Disabling new @typescript-eslint/no-magic-numbers rule.
This commit is contained in:
parent
9a30958979
commit
0cc87e95e9
@ -70,6 +70,7 @@ export default tseslint.config(
|
|||||||
'@typescript-eslint/no-confusing-void-expression': 'off',
|
'@typescript-eslint/no-confusing-void-expression': 'off',
|
||||||
'@typescript-eslint/class-methods-use-this': 'off',
|
'@typescript-eslint/class-methods-use-this': 'off',
|
||||||
'@typescript-eslint/non-nullable-type-assertion-style': 'off',
|
'@typescript-eslint/non-nullable-type-assertion-style': 'off',
|
||||||
|
'@typescript-eslint/no-magic-numbers': 'off',
|
||||||
'max-len': [
|
'max-len': [
|
||||||
'error',
|
'error',
|
||||||
{
|
{
|
||||||
@ -104,6 +105,7 @@ export default tseslint.config(
|
|||||||
'@typescript-eslint/no-confusing-void-expression': 'off',
|
'@typescript-eslint/no-confusing-void-expression': 'off',
|
||||||
'@typescript-eslint/class-methods-use-this': 'off',
|
'@typescript-eslint/class-methods-use-this': 'off',
|
||||||
'@typescript-eslint/non-nullable-type-assertion-style': 'off',
|
'@typescript-eslint/non-nullable-type-assertion-style': 'off',
|
||||||
|
'@typescript-eslint/no-magic-numbers': 'off',
|
||||||
|
|
||||||
'max-params': 'off',
|
'max-params': 'off',
|
||||||
'init-declarations': 'off',
|
'init-declarations': 'off',
|
||||||
|
Loading…
Reference in New Issue
Block a user