We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3d4b4a commit 1788420Copy full SHA for 1788420
.jshintrc
@@ -8,8 +8,5 @@
8
"nonbsp": true,
9
"trailing": true,
10
"undef": true,
11
- "unused": true,
12
- "globals": {
13
- "module": true
14
- }
+ "unused": true
15
}
src/.jshintrc
@@ -5,6 +5,7 @@
5
"quotmark": "single",
6
"globals": {
7
"define": true,
+ "module": true,
"require": true
},
0 commit comments