Skip to content

Commit 29d9920

Browse files
nolarclaude
andcommitted
Disable no-irregular-whitespace ESLint rule to allow non-breaking spaces in the Datenschutz legal page
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent ca80caf commit 29d9920

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

eslint.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,8 @@ export default defineConfig([
1919
ecmaVersion: 2020,
2020
globals: globals.browser,
2121
},
22+
rules: {
23+
'no-irregular-whitespace': 'off',
24+
},
2225
},
2326
])

0 commit comments

Comments
 (0)