Skip to content

Commit 7a1777f

Browse files
committed
Move jshint config into package.json.
1 parent 72f5ab1 commit 7a1777f

File tree

2 files changed

+19
-81
lines changed

2 files changed

+19
-81
lines changed

.jshintrc

Lines changed: 0 additions & 81 deletions
This file was deleted.

package.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,23 @@
3939
"tmpl.js": "js/compile.js"
4040
},
4141
"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+
}
4261
}

0 commit comments

Comments
 (0)