Comment out noInlineConfig option in ESLint configuration

This commit is contained in:
2025-10-06 20:59:44 +02:00
parent 29acfe50e5
commit 17dadea7c9

View File

@@ -17,7 +17,7 @@ export default tseslint.config(
globals: globals.browser,
},
linterOptions: {
noInlineConfig: true, // Prevents all eslint-disable comments
// noInlineConfig: true, // Prevents all eslint-disable comments
reportUnusedDisableDirectives: "error", // Reports unused disable directives as errors
},
plugins: {