Skip to content

Commit 58e244c

Browse files
rails-template-sync[bot]Template Bot
andauthored
Apply template update: ESLint: allow inline comments (#1462)
Source: mockdeep/Rails-Template#1378 Co-authored-by: Template Bot <template-bot@users.noreply.github.com>
1 parent 065cdfa commit 58e244c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

eslint.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ export default defineConfig([
6363
"func-style": ["error", "declaration"],
6464
"max-len": ["error", 84, {ignoreUrls: true}],
6565
"no-duplicate-imports": ["error", {allowSeparateTypeImports: true}],
66+
"no-inline-comments": "off",
6667
"no-magic-numbers": "off",
6768
"no-undefined": "off",
6869
"no-var": "off",

0 commit comments

Comments
 (0)