Skip to content

Commit

Permalink
Make sure eslint-plugin-ie11 is applied to entire codebase
Browse files Browse the repository at this point in the history
  • Loading branch information
mroderick committed Jan 22, 2018
1 parent cf3ed84 commit c28bca3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
8 changes: 8 additions & 0 deletions .eslintrc.yml
Expand Up @@ -7,3 +7,11 @@ globals:
Set: false
Symbol: false

plugins:
- ie11

rules:
ie11/no-collection-args: error
ie11/no-for-in-const: error
ie11/no-loop-func: warn
ie11/no-weak-collections: error
6 changes: 0 additions & 6 deletions test/.eslintrc
Expand Up @@ -2,7 +2,6 @@ env:
mocha: true

plugins:
- ie11
- mocha

rules:
Expand All @@ -21,8 +20,3 @@ rules:
mocha/no-sibling-hooks: error
mocha/no-skipped-tests: warn
mocha/no-top-level-hooks: error

ie11/no-collection-args: error
ie11/no-for-in-const: error
ie11/no-loop-func: warn
ie11/no-weak-collections: error

0 comments on commit c28bca3

Please sign in to comment.