Skip to content

Commit 1788420

Browse files
committed
Moving around jshint configuration to where it belongs
1 parent d3d4b4a commit 1788420

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.jshintrc

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,5 @@
88
"nonbsp": true,
99
"trailing": true,
1010
"undef": true,
11-
"unused": true,
12-
"globals": {
13-
"module": true
14-
}
11+
"unused": true
1512
}

src/.jshintrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"quotmark": "single",
66
"globals": {
77
"define": true,
8+
"module": true,
89
"require": true
910
},
1011

0 commit comments

Comments
 (0)