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:
parent
0a2982c1bb
commit
4bbb0971da
1 changed files with 1 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue