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 e5673ea commit 2908dafCopy full SHA for 2908daf
1 file changed
package.json
@@ -13,7 +13,7 @@
13
"lint-staged": {
14
"*.{ts,js,json,markdown}": [
15
"prettier --write",
16
- "npm run lint",
+ "eslint --fix",
17
"git add"
18
]
19
},
0 commit comments