Improve linting

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

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

Loading…
Cancel
Save