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 86beb14 commit d03df15Copy full SHA for d03df15
package.json
@@ -52,6 +52,7 @@
52
"cover": "NODE_ENV=cover c8 --all --src src --reporter lcov --reporter text-summary --reporter text npm test",
53
"debug": "NODE_ENV=debug npm run test -- -st --fail-fast",
54
"install-hooks": "husky install",
55
+ "lint": "true",
56
"lint-config": "fixpack --dryRun",
57
"lint-config-and-fix": "fixpack || fixpack",
58
"postinstall": "npm run install-hooks",
0 commit comments