Skip to content

Commit 92d14ed

Browse files
author
AJ ONeal
authored
chore: update linter options
1 parent 7836b19 commit 92d14ed

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

.jshintrc

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,21 @@
11
{
2-
"node": true,
3-
"esversion": 8
2+
"node": true,
3+
"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
421
}

0 commit comments

Comments
 (0)