Skip to content
This repository was archived by the owner on Sep 10, 2019. It is now read-only.

Commit f7984e5

Browse files
committed
[BUG #9022] Disabled a couple of default lint rules we don't need
1 parent 5c4c901 commit f7984e5

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

tool/grunt/eslint/eslint.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@
88
},
99
"rules": {
1010
"no-refs-in-members": 2,
11-
"no-illegal-private-usage": 2
11+
"no-illegal-private-usage": 2,
12+
"global-strict": 0,
13+
"key-spacing": 0,
14+
"eqeqeq": 0,
15+
"no-underscore-dangle": 0,
16+
"space-infix-ops": 0,
17+
"quotes": 0,
18+
"no-loop-func": 0,
19+
"dot-notation": 0
1220
}
1321
}

0 commit comments

Comments
 (0)