diff --git a/.eslintrc.json b/.eslintrc.json index 6395f90..678ee77 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -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"] } }