Skip to content

Commit f03fec0

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.js

+2-2
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)