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