1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2024-12-22 15:54:26 +00:00

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

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