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 8c6cbeb commit dd8ea97Copy full SHA for dd8ea97
package.json
@@ -13,7 +13,7 @@
13
"test": "jest src/",
14
"watch": "jest src/ --watch --coverage",
15
"coverage": "jest src/ --coverage && open coverage/lcov-report/index.html",
16
- "linter": "npx eslint --fix --format codeframe src/",
+ "lint": "npx eslint --fix --format codeframe src/",
17
"ci": "npx eslint src/ && npm test"
18
},
19
"keywords": [
0 commit comments