Skip to content

Commit

Permalink
chore: Remove --fix in lint script
Browse files Browse the repository at this point in the history
Otherwise Travis would accept PRs that ignore our linting rules
  • Loading branch information
jhnns committed Sep 6, 2019
1 parent 902b08f commit 8ddd2f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"test": "mocha --recursive -R spec --reporter dot",
"test-watch": "npm test -- --watch",
"posttest": "npm run lint",
"lint": "eslint lib test --fix",
"lint": "eslint lib test",
"coverage": "istanbul cover ./node_modules/mocha/bin/_mocha -- --recursive",
"release": "standard-version"
},
Expand Down

0 comments on commit 8ddd2f8

Please sign in to comment.