Skip to content

Commit 9945cb2

Browse files
committed
remove fix option from lint script
1 parent fbcdb7b commit 9945cb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "lib/index.js",
66
"scripts": {
77
"prepublish": "rimraf lib && babel src --out-dir lib",
8-
"lint": "standard src/*.js test/*.js --fix",
8+
"lint": "standard src/*.js test/*.js",
99
"pretest": "npm run lint",
1010
"test": "mocha --compilers js:babel-core/register --reporter spec test/*.js"
1111
},

0 commit comments

Comments
 (0)