There was an error while loading. Please reload this page.
1 parent 63b085f commit e0c8affCopy full SHA for e0c8aff
1 file changed
package.json
@@ -15,7 +15,7 @@
15
"cz": "git-cz",
16
"lint:base": "eslint --rule \"prettier/prettier: 2\"",
17
"lint": "npm run lint:base -- .",
18
- "lint:fix": "npm run lint --fix",
+ "lint:fix": "npm run lint -- --fix",
19
"pretest": "npm run lint",
20
"test": "jest --coverage",
21
"test:watch": "jest --watch"
0 commit comments