Linting and package tweak

This commit is contained in:
Sam Potts
2018-06-25 22:31:38 +10:00
parent e04b90c9c0
commit e206554146
2 changed files with 5 additions and 4 deletions

View File

@ -21,6 +21,7 @@
"eqeqeq": [2, "always"],
"one-var": [2, "never"],
"comma-dangle": [2, "always-multiline"],
"spaced-comment": [2, "always"],
"no-restricted-globals": [
"error",
{