diff --git a/frontend/.eslintrc.json b/frontend/.eslintrc.json index d0d37a2ac..65e129bc9 100644 --- a/frontend/.eslintrc.json +++ b/frontend/.eslintrc.json @@ -1,6 +1,7 @@ { "rules": { "no-console": "error", + "camelcase": "warn", "@typescript-eslint/explicit-module-boundary-types": "off", "@typescript-eslint/no-empty-function": "warn", "@typescript-eslint/no-empty-interface": "off",