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