Skip to content

Commit 4f4f8c6

Browse files
committed
tooling upgrades
1 parent 68705e0 commit 4f4f8c6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

eslint.config.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const config = [
1111
{
1212
files: [ 'src/*.js', 'src/**/*.js', 'src/**/*.ts', 'src/*.ts' ],
1313
ignores: [ 'node_modules', 'dist' ],
14-
env: {node: true,},
14+
env: { node: true },
1515
languageOptions: {
1616
ecmaVersion: 2020,
1717
sourceType: 'script',
@@ -69,8 +69,7 @@ const config = [
6969
},
7070
},
7171
new FlatESLint(),
72-
// tsPlugin.configs.recommended,
73-
// jestPlugin.configs.recommended,
72+
{rules: jestPlugin.configs.recommended.rules,},
7473
// nodePlugin.configs.recommended,
7574
];
7675

0 commit comments

Comments
 (0)