Remove obsolete jshint options

This commit is contained in:
Nick Raienko 2014-10-26 12:18:24 +02:00
parent ae8771fe2e
commit eb3337b018
2 changed files with 0 additions and 6 deletions

View File

@ -12,10 +12,7 @@
"newcap": false,
"noempty": true,
"nonstandard": true,
"onecase": true,
"sub": true,
"regexdash": true,
"trailing": true,
"undef": true,
"unused": "vars"
}

View File

@ -15,10 +15,7 @@
"noempty": true,
"nonstandard": true,
"maxlen": 80,
"onecase": true,
"regexdash": true,
"sub": false,
"trailing": true,
"undef": true,
"unused": "vars",