We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
buildFromOxlintConfigFile
1 parent ba315b0 commit 21d23c9Copy full SHA for 21d23c9
eslint.config.mjs
@@ -73,7 +73,7 @@ const eslintConfig = ts.config(
73
// ],
74
},
75
76
- ...oxlint.configs['flat/recommended'], // oxlint should be the last one
+ ...oxlint.buildFromOxlintConfigFile('./.oxlintrc.json'), // oxlint should be the last one
77
);
78
79
export default eslintConfig;
0 commit comments