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 00e87c8 commit 21b1b38Copy full SHA for 21b1b38
.jshintrc
@@ -11,15 +11,14 @@
11
"latedef": true,
12
"maxcomplexity": 1,
13
"maxdepth": 1,
14
- "maxparams": 4,
+ "maxparams": 1,
15
"maxstatements": 1,
16
"noarg": true,
17
"nocomma": true,
18
"nonbsp": true,
19
"nonew": true,
20
"predef": ["window", "exports"],
21
- "notypeof": true,
22
- "shadow": true,
+ "shadow": "outer",
23
"singleGroups": true,
24
"strict": "global",
25
"undef": true,
0 commit comments