Skip to content

Commit 8b0eab1

Browse files
committed
Remove --fix flag from linting
1 parent 0f4c026 commit 8b0eab1

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
@@ -27,6 +27,6 @@
2727
"scripts": {
2828
"test": "ava && eslint index.js test/test.js",
2929
"test2": "ava",
30-
"lint": "eslint index.js test/test.js --fix"
30+
"lint": "eslint index.js test/test.js"
3131
}
3232
}

0 commit comments

Comments
 (0)