chore: lint only staged files (#2957)
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
"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:staged": "lint-staged",
|
||||
"test:open": "cypress open --project tests",
|
||||
"test": "cypress run --project tests",
|
||||
"build:demos": "npm --prefix ./demos run build",
|
||||
@@ -50,6 +51,7 @@
|
||||
"eslint-plugin-vue": "^9.1.0",
|
||||
"husky": "^8.0.1",
|
||||
"lerna": "^4.0.0",
|
||||
"lint-staged": "^13.0.3",
|
||||
"minimist": "^1.2.5",
|
||||
"rollup": "^2.67.0",
|
||||
"rollup-plugin-auto-external": "^2.0.0",
|
||||
|
||||
Reference in New Issue
Block a user