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 fbcdb7b commit 9945cb2Copy full SHA for 9945cb2
package.json
@@ -5,7 +5,7 @@
5
"main": "lib/index.js",
6
"scripts": {
7
"prepublish": "rimraf lib && babel src --out-dir lib",
8
- "lint": "standard src/*.js test/*.js --fix",
+ "lint": "standard src/*.js test/*.js",
9
"pretest": "npm run lint",
10
"test": "mocha --compilers js:babel-core/register --reporter spec test/*.js"
11
},
0 commit comments