Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 79be99d

Browse filesBrowse 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
Copy full SHA for 79be99d

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎index.js

Copy file name to clipboardExpand all lines: index.js
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.