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

This commit is contained in:
LASER-Yi 2023-02-20 14:36:43 +08:00
parent 0a2982c1bb
commit 4bbb0971da
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -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",