mirror of
https://github.com/mroxso/zelo-news.git
synced 2026-04-18 19:37:09 +02:00
Comment out noInlineConfig option in ESLint configuration
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user