|
|
@ -14,7 +14,7 @@ |
|
|
|
"no-useless-return": "warn", |
|
|
|
"no-var": "warn", |
|
|
|
"no-console": "off", |
|
|
|
"max-len": ["warn", { "comments": 160 }], |
|
|
|
"max-len": ["warn", { "code": 160, "comments": 160 }], |
|
|
|
"no-param-reassign": 0, |
|
|
|
"require-atomic-updates": 0, |
|
|
|
"@typescript-eslint/interface-name-prefix": "off", |
|
|
|