Skip to content

Commit 79be99d

Browse files
committed
fix: spread the oxlint config
In accordance with the breaking change introduced in oxc-project/eslint-plugin-oxlint#332
1 parent c54e1f0 commit 79be99d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export default function createConfig({
4848
afterVuePlugin: [
4949
{
5050
importer: "import oxlint from 'eslint-plugin-oxlint'",
51-
content: "oxlint.configs['flat/recommended'],",
51+
content: "...oxlint.configs['flat/recommended'],",
5252
},
5353
],
5454
})

0 commit comments

Comments
 (0)