Browse Source

stricter jshint complaints

master
ansuz 5 years ago
parent
commit
77d85a777e
1 changed files with 10 additions and 1 deletions
  1. 11
      .jshintrc

11
.jshintrc

@ -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
}
Loading…
Cancel
Save