We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12778ff commit fb0ba3aCopy full SHA for fb0ba3a
.husky/pre-commit
@@ -1 +1 @@
1
-npm run lint:fix && npm run lint
+npx lint-staged
package.json
@@ -111,10 +111,8 @@
111
},
112
"lint-staged": {
113
"*.{js,ts}": [
114
- "npm run lint"
115
- ],
116
- "**/*.ts": [
117
- "npm run build"
+ "eslint --fix",
+ "eslint"
118
]
119
}
120
0 commit comments