Skip to content

Commit 7f2f5da

Browse files
Removed "--fix" from the "lint" script, since it silences linter warnings in CI
1 parent 1c59008 commit 7f2f5da

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"lib"
3535
],
3636
"scripts": {
37-
"lint": "eslint bin lib test --fix",
37+
"lint": "eslint bin lib test",
3838
"test": "mocha && npm run lint",
3939
"coverage": "nyc --reporter=text --reporter=lcov mocha",
4040
"upgrade": "npm-check -u",
@@ -70,4 +70,4 @@
7070
"engines": {
7171
"node": ">=6"
7272
}
73-
}
73+
}

0 commit comments

Comments
 (0)