Improve linting

pull/20/head
Joe Biellik 5 years ago
parent 6604429925
commit d10d4ca767

@ -13,6 +13,7 @@
"semi": ["error", "always"], "semi": ["error", "always"],
"no-trailing-spaces": ["warn"], "no-trailing-spaces": ["warn"],
"comma-dangle": ["error"], "comma-dangle": ["error"],
"no-console": ["warn", { "allow": ["warn", "error"] }] "no-console": ["warn", { "allow": ["warn", "error"] }],
"space-before-function-paren": ["error", "never"]
} }
} }

Loading…
Cancel
Save