Skip to content

Commit 5dad4d7

Browse files
CopilotMishaKav
andcommitted
Simplify ESLint 9 config - remove type-checked rules
Co-authored-by: MishaKav <289035+MishaKav@users.noreply.github.com>
1 parent 2c8b08a commit 5dad4d7

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

eslint.config.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ module.exports = tseslint.config(
2121
// TypeScript recommended configurations
2222
...tseslint.configs.recommended,
2323

24-
// TypeScript type-checked rules
25-
...tseslint.configs.recommendedTypeChecked,
26-
2724
// TypeScript files configuration
2825
{
2926
files: ['**/*.ts'],

0 commit comments

Comments
 (0)