mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-27 14:59:27 +08:00
chore: add eslintcache (#3525)
This commit is contained in:
parent
c2f8347025
commit
5c9c85070e
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,6 +7,7 @@ dist
|
||||
.env
|
||||
.env.*
|
||||
.npmrc
|
||||
.eslintcache
|
||||
|
||||
# Log files
|
||||
npm-debug.log*
|
||||
|
@ -10,8 +10,8 @@
|
||||
],
|
||||
"scripts": {
|
||||
"start": "npm --prefix ./demos run start",
|
||||
"lint": "eslint --quiet --no-error-on-unmatched-pattern ./",
|
||||
"lint:fix": "eslint --fix --quiet --no-error-on-unmatched-pattern ./",
|
||||
"lint": "eslint --cache --quiet --no-error-on-unmatched-pattern ./",
|
||||
"lint:fix": "eslint --fix --cache --quiet --no-error-on-unmatched-pattern ./",
|
||||
"lint:staged": "lint-staged",
|
||||
"test:open": "npm run build:pm && cypress open --project tests",
|
||||
"test": "npm run build:pm && cypress run --project tests",
|
||||
|
Loading…
Reference in New Issue
Block a user