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 57fb33e commit f03fec0Copy full SHA for f03fec0
index.js
@@ -47,8 +47,8 @@ export default function createConfig({
47
]),
48
afterVuePlugin: [
49
{
50
- importer: "import oxlint from 'eslint-plugin-oxlint'",
51
- content: "...oxlint.configs['flat/recommended'],",
+ importer: "import pluginOxlint from 'eslint-plugin-oxlint'",
+ content: "...pluginOxlint.configs['flat/recommended'],",
52
},
53
],
54
})
0 commit comments