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 7836b19 commit 92d14edCopy full SHA for 92d14ed
.jshintrc
@@ -1,4 +1,21 @@
1
{
2
- "node": true,
3
- "esversion": 8
+ "node": true,
+ "esversion": 11,
4
+ "curly": true,
5
+ "sub": true,
6
+ "bitwise": true,
7
+ "eqeqeq": true,
8
+ "forin": true,
9
+ "freeze": true,
10
+ "immed": true,
11
+ "latedef": "nofunc",
12
+ "nonbsp": true,
13
+ "nonew": true,
14
+ "plusplus": true,
15
+ "undef": true,
16
+ "unused": "vars",
17
+ "strict": true,
18
+ "maxdepth": 3,
19
+ "maxstatements": 100,
20
+ "maxcomplexity": 10
21
}
0 commit comments