Skip to content
This repository was archived by the owner on Dec 5, 2018. It is now read-only.

Commit 41a315d

Browse files
Removed "--fix" from the "lint" script, since it silences linter warnings in CI
1 parent 9c5ed96 commit 41a315d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"dist"
3737
],
3838
"scripts": {
39-
"lint": "eslint lib test --fix",
39+
"lint": "eslint lib test",
4040
"build": "simplifyify lib/index.js --outfile dist/omnipath.js --standalone OmniPath --bundle --debug --minify",
4141
"test": "npm run test:node && npm run test:browser && npm run lint",
4242
"test:node": "mocha",
@@ -76,4 +76,4 @@
7676
"version-bump-prompt": "^4.2.1"
7777
},
7878
"dependencies": {}
79-
}
79+
}

0 commit comments

Comments
 (0)