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 f03fec0

Browse filesBrowse files
committed
style: rename oxlint to pluginOxlint for consistency
1 parent 57fb33e commit f03fec0
Copy full SHA for f03fec0

File tree

1 file changed

+2
-2
lines changed
Filter options

1 file changed

+2
-2
lines changed

‎index.js

Copy file name to clipboardExpand all lines: index.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ export default function createConfig({
4747
]),
4848
afterVuePlugin: [
4949
{
50-
importer: "import oxlint from 'eslint-plugin-oxlint'",
51-
content: "...oxlint.configs['flat/recommended'],",
50+
importer: "import pluginOxlint from 'eslint-plugin-oxlint'",
51+
content: "...pluginOxlint.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.