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.
1 parent 780f0ec commit 36f03daCopy full SHA for 36f03da
rspack.config.ts
@@ -45,6 +45,8 @@ const getJSPlugins = () => {
45
fix: true,
46
emitError: true,
47
lintDirtyModulesOnly: true,
48
+ configType: 'flat',
49
+ eslintPath: require.resolve('eslint/use-at-your-own-risk'),
50
}),
51
);
52
// plugins.push(
0 commit comments