From 4bbb0971da4d5187f106d1ece5b8089054af5f0d Mon Sep 17 00:00:00 2001 From: LASER-Yi Date: Mon, 20 Feb 2023 14:36:43 +0800 Subject: [PATCH] no log: Add warning when not writing camelCase in frontend project. We should fix those later --- frontend/.eslintrc.json | 1 + 1 file changed, 1 insertion(+) 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",