Updated my eslint config

This commit is contained in:
benji7425 2016-12-02 00:51:12 +00:00
parent a51f0853a6
commit 4d64ee7da2
1 changed files with 2 additions and 6 deletions

View File

@ -11,13 +11,9 @@
},
"rules": {
"indent": [
"error",
"warn",
"tab"
],
"linebreak-style": [
"error",
"windows"
],
"quotes": [
"warn",
"double"
@ -26,7 +22,7 @@
"error",
"always"
],
"no-undef": "warn",
"no-undef": "error",
"no-unused-vars": "warn"
}
}