stricter jshint complaints

pull/1/head
ansuz 2016-02-15 11:50:12 +01:00
parent afa2811472
commit 77d85a777e
1 changed files with 10 additions and 1 deletions

View File

@ -2,5 +2,14 @@
"laxcomma": true,
"laxbreak": true,
"node": true,
"sub": true
"sub": true,
"curly": true,
"eqeqeq": true,
"iterator": true,
"latedef": true,
"nocomma": true,
"notypeof": true,
"shadow": false,
"undef": true,
"unused": false
}