Skip to content

Commit 21d23c9

Browse files
committed
Update ESLint configuration to use buildFromOxlintConfigFile
1 parent ba315b0 commit 21d23c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ const eslintConfig = ts.config(
7373
// ],
7474
},
7575
},
76-
...oxlint.configs['flat/recommended'], // oxlint should be the last one
76+
...oxlint.buildFromOxlintConfigFile('./.oxlintrc.json'), // oxlint should be the last one
7777
);
7878

7979
export default eslintConfig;

0 commit comments

Comments
 (0)