Skip to content

Commit 57ccf18

Browse files
authored
chore: updated config locations for the eslint plugin eslint plugin
1 parent 1c04e76 commit 57ccf18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eslint.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ export default [
1313
},
1414
{
1515
files: ["rules/*.js"],
16-
...eslintPlugin.configs["flat/recommended"],
16+
...eslintPlugin.configs["rules-recommended"],
1717
},
1818
{
1919
files: [ "test/rules/*.mjs" ],
20-
...eslintPlugin.configs["flat/tests-recommended"],
20+
...eslintPlugin.configs["tests-recommended"],
2121
},
2222
];

0 commit comments

Comments
 (0)