chore: lint only staged files (#2957)

This commit is contained in:
ahhshm
2022-07-06 15:29:02 +04:30
committed by GitHub
parent e280a02597
commit 8bc3986f17
4 changed files with 757 additions and 1 deletions

View File

@@ -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",