From 598660369bf8499ea337bfe28c9f01adf9fee779 Mon Sep 17 00:00:00 2001 From: Template Bot Date: Sat, 21 Mar 2026 21:31:01 +0000 Subject: [PATCH] Apply template update: ESLint: allow inline comments Source: https://github.com/mockdeep/Rails-Template/pull/1378 --- eslint.config.ts | 1 + 1 file changed, 1 insertion(+) 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",