Formatting

This commit is contained in:
Sam Potts
2017-10-02 21:03:51 +11:00
parent 15cffad89e
commit d6977473b1
4 changed files with 34 additions and 23 deletions

View File

@ -10,11 +10,15 @@
"no-unused-vars": "warn",
"constructor-super": "warn",
"valid-typeof": "warn",
"indent": ["error", 4, {
"SwitchCase": 1
}],
"indent": [
"error",
4,
{
"SwitchCase": 1
}
],
"quotes": ["error", "single"],
"semi": ["error", "always"],
"eqeqeq": ["error", "always"]
}
}
}