diff --git a/.eslintrc.json b/.eslintrc.json index 2c6eca2..41d0d18 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -145,6 +145,7 @@ "quote-props": ["error", "as-needed"], "radix": "error", "yoda": ["error", "never"], + "curly": ["error", "all"], "import/no-absolute-path": "error", "import/no-webpack-loader-syntax": "error",