Skip to content

Commit a1b4ab0

Browse files
committed
Allow multistr, undef and unused rules
1 parent 8a0a4e3 commit a1b4ab0

File tree

2 files changed

+4
-49
lines changed

2 files changed

+4
-49
lines changed

.jshintrc

+4-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"quotmark": "double",
1111
"smarttabs": true,
1212
"trailing": true,
13-
"undef": true,
14-
"unused": true,
15-
"node": true
13+
"undef": false,
14+
"unused": false,
15+
"node": true,
16+
"multistr": true
1617
}

grunt.js

-46
This file was deleted.

0 commit comments

Comments
 (0)