There was an error while loading. Please reload this page.
1 parent d4cf2e2 commit eef880dCopy full SHA for eef880d
1 file changed
package.json
@@ -18,7 +18,7 @@
18
"scripts": {
19
"lint": "npm run lint:eslint && npm run lint:prettier",
20
"lint:eslint": "eslint --cache",
21
- "lint:eslint:fix": "npm run eslint -- --fix",
+ "lint:eslint:fix": "npm run lint:eslint -- --fix",
22
"lint:prettier": "prettier --check .",
23
"lint:prettier:fix": "prettier --write .",
24
"tap": "tap run \"test/**/test-*.js\"",
0 commit comments