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.
lint
1 parent 825ceaa commit 32c60d6Copy full SHA for 32c60d6
1 file changed
package.json
@@ -59,6 +59,7 @@
59
"url": "git://github.com/feross/eslint-config-standard.git"
60
},
61
"scripts": {
62
- "test": "eslint ./ --config=eslintrc.json && tape test/*.js"
+ "lint": "eslint . --config=eslintrc.json",
63
+ "test": "npm run lint && tape test/*.js"
64
}
65
0 commit comments