Skip to content

Commit 21b1b38

Browse files
committed
Make .jshintrc more strict
1 parent 00e87c8 commit 21b1b38

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.jshintrc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,14 @@
1111
"latedef": true,
1212
"maxcomplexity": 1,
1313
"maxdepth": 1,
14-
"maxparams": 4,
14+
"maxparams": 1,
1515
"maxstatements": 1,
1616
"noarg": true,
1717
"nocomma": true,
1818
"nonbsp": true,
1919
"nonew": true,
2020
"predef": ["window", "exports"],
21-
"notypeof": true,
22-
"shadow": true,
21+
"shadow": "outer",
2322
"singleGroups": true,
2423
"strict": "global",
2524
"undef": true,

0 commit comments

Comments
 (0)