We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf3ed84 commit c28bca3Copy full SHA for c28bca3
.eslintrc.yml
@@ -7,3 +7,11 @@ globals:
7
Set: false
8
Symbol: false
9
10
+plugins:
11
+ - ie11
12
+
13
+rules:
14
+ ie11/no-collection-args: error
15
+ ie11/no-for-in-const: error
16
+ ie11/no-loop-func: warn
17
+ ie11/no-weak-collections: error
test/.eslintrc
@@ -2,7 +2,6 @@ env:
2
mocha: true
3
4
plugins:
5
- - ie11
6
- mocha
rules:
@@ -21,8 +20,3 @@ rules:
21
20
mocha/no-sibling-hooks: error
22
mocha/no-skipped-tests: warn
23
mocha/no-top-level-hooks: error
24
-
25
- ie11/no-collection-args: error
26
- ie11/no-for-in-const: error
27
- ie11/no-loop-func: warn
28
- ie11/no-weak-collections: error
0 commit comments