Skip to content

Commit 4f74757

Browse files
committed
chore: update ESLint configuration for improved compatibility and standards
1 parent 1f36d5f commit 4f74757

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

eslint.config.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,7 @@ module.exports = [
1717
},
1818

1919
// Bring in recommended rule sets via compat
20-
...compat.extends(
21-
'eslint:recommended',
22-
'plugin:@typescript-eslint/recommended',
23-
'plugin:jest/recommended'
24-
),
20+
...compat.extends('eslint:recommended', 'plugin:@typescript-eslint/recommended', 'plugin:jest/recommended'),
2521

2622
// Project-specific settings
2723
{

0 commit comments

Comments
 (0)