Skip to content

Commit

Permalink
Chore: Un-disable strict and eol-last in repository (#71)
Browse files Browse the repository at this point in the history
These rules were originally disabled when the README contained JS code
fences that were getting linted. That's no longer the case, so we don't
need to override `eslint-config-eslint` anymore.
  • Loading branch information
btmills committed May 13, 2017
1 parent 132ea5b commit 3abc569
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 13 deletions.
7 changes: 1 addition & 6 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,5 @@ module.exports = {
"node": true
},

"extends": "eslint",

"rules": {
"strict": "off",
"eol-last": "off"
}
"extends": "eslint"
};
3 changes: 0 additions & 3 deletions lib/.eslintrc.yml

This file was deleted.

4 changes: 0 additions & 4 deletions tests/.eslintrc.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
env:
mocha: true

rules:
eol-last: 2
strict: [2, "global"]

0 comments on commit 3abc569

Please sign in to comment.