diff --git a/eslint.config.ts b/eslint.config.ts index f0b9f52c2..8d0e1ba32 100644 --- a/eslint.config.ts +++ b/eslint.config.ts @@ -63,6 +63,7 @@ export default defineConfig([ "func-style": ["error", "declaration"], "max-len": ["error", 84, {ignoreUrls: true}], "no-duplicate-imports": ["error", {allowSeparateTypeImports: true}], + "no-inline-comments": "off", "no-magic-numbers": "off", "no-undefined": "off", "no-var": "off",