diff options
author | LASER-Yi <[email protected]> | 2023-02-20 14:36:43 +0800 |
---|---|---|
committer | LASER-Yi <[email protected]> | 2023-02-20 14:36:43 +0800 |
commit | 4bbb0971da4d5187f106d1ece5b8089054af5f0d (patch) | |
tree | e98124deb5cdd847677c65c993c9d2eae09460b3 | |
parent | 0a2982c1bbc5e98bcf0533bc76cba970b993ca17 (diff) | |
download | bazarr-4bbb0971da4d5187f106d1ece5b8089054af5f0d.tar.gz bazarr-4bbb0971da4d5187f106d1ece5b8089054af5f0d.zip |
no log: Add warning when not writing camelCase in frontend project. We should fix those later
-rw-r--r-- | frontend/.eslintrc.json | 1 |
1 files changed, 1 insertions, 0 deletions
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", |