mirror of
https://github.com/morpheus65535/bazarr
synced 2024-12-23 00:03:33 +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": {
|
"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…
Reference in a new issue