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 e52cef8 commit 29b5dcaCopy full SHA for 29b5dca
package.json
@@ -49,7 +49,7 @@
49
"debug": "NODE_ENV=debug npm run test -- -st --fail-fast",
50
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast",
51
"install-hooks": "husky install",
52
- "lint": "true",
+ "lint": "xo",
53
"lint-config": "fixpack --dryRun",
54
"lint-config-and-fix": "fixpack || fixpack",
55
"postinstall": "npm run install-hooks",
0 commit comments