no log: Add warning when not writing camelCase in frontend project. We should fix those later

pull/2061/head^2
LASER-Yi 1 year ago
parent 0a2982c1bb
commit 4bbb0971da
No known key found for this signature in database

@ -1,6 +1,7 @@
{ {
"rules": { "rules": {
"no-console": "error", "no-console": "error",
"camelcase": "warn",
"@typescript-eslint/explicit-module-boundary-types": "off", "@typescript-eslint/explicit-module-boundary-types": "off",
"@typescript-eslint/no-empty-function": "warn", "@typescript-eslint/no-empty-function": "warn",
"@typescript-eslint/no-empty-interface": "off", "@typescript-eslint/no-empty-interface": "off",

Loading…
Cancel
Save