diff --git a/eslint.config.mjs b/eslint.config.mjs index 4dbd21f0..7793adaf 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -70,6 +70,7 @@ export default tseslint.config( '@typescript-eslint/no-confusing-void-expression': 'off', '@typescript-eslint/class-methods-use-this': 'off', '@typescript-eslint/non-nullable-type-assertion-style': 'off', + '@typescript-eslint/no-magic-numbers': 'off', 'max-len': [ 'error', { @@ -104,6 +105,7 @@ export default tseslint.config( '@typescript-eslint/no-confusing-void-expression': 'off', '@typescript-eslint/class-methods-use-this': 'off', '@typescript-eslint/non-nullable-type-assertion-style': 'off', + '@typescript-eslint/no-magic-numbers': 'off', 'max-params': 'off', 'init-declarations': 'off',