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 f41e76a commit fd26362Copy full SHA for fd26362
package.json
@@ -46,7 +46,7 @@
46
"debug": "NODE_ENV=debug npm run test -- -st --fail-fast",
47
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast",
48
"install-hooks": "husky install",
49
- "lint": "true",
+ "lint": "xo",
50
"lint-config": "fixpack --dryRun",
51
"lint-config-and-fix": "fixpack || fixpack",
52
"postinstall": "npm run install-hooks",
0 commit comments