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 72f5ab1 commit 7a1777fCopy full SHA for 7a1777f
.jshintrc
package.json
@@ -39,4 +39,23 @@
39
"tmpl.js": "js/compile.js"
40
},
41
"main": "js/tmpl.js"
42
+ "main": "js/tmpl.js",
43
+ "jshintConfig": {
44
+ "bitwise": true,
45
+ "curly": true,
46
+ "eqeqeq": true,
47
+ "forin": true,
48
+ "freeze": true,
49
+ "immed": true,
50
+ "latedef": true,
51
+ "newcap": true,
52
+ "noarg": true,
53
+ "noempty": true,
54
+ "nonbsp": true,
55
+ "nonew": true,
56
+ "quotmark": true,
57
+ "undef": true,
58
+ "unused": true,
59
+ "strict": true
60
+ }
61
}
0 commit comments