Skip to content

Commit

Permalink
feat(base-config): Add no-invalid-this rule
Browse files Browse the repository at this point in the history
closes #1 BREAKING CHANGE: Adding no-invalid-this rule turned on. This would break any code not
already conforming to this rule
  • Loading branch information
Kent C. Dodds committed Sep 7, 2015
1 parent bd7f1d9 commit 064de67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ module.exports = {
"no-fallthrough": 2,
"no-floating-decimal": 2,
"no-implied-eval": 2,
"no-invalid-this": 2,
"no-iterator": 2,
"no-lone-blocks": 2,
"no-loop-func": 2,
Expand Down

0 comments on commit 064de67

Please sign in to comment.