Skip to content

Commit ab8ae13

Browse files
committed
chore: lint
1 parent 4559514 commit ab8ae13

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/configs/astro.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export function astro(options: OptionsHasTypeScript & OptionsOverrides = {}): Fl
1616
},
1717
name: 'coderwyd:astro',
1818
plugins: {
19-
astro: pluginAstro,
19+
astro: pluginAstro as any,
2020
},
2121
rules: {
2222
...(pluginAstro.configs.recommended.rules as any),

src/plugins.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export { default as pluginVitest } from 'eslint-plugin-vitest'
1919
export { default as pluginVue } from 'eslint-plugin-vue'
2020
export { default as pluginReact } from 'eslint-plugin-react'
2121
export { default as pluginReactHooks } from 'eslint-plugin-react-hooks'
22-
export * as pluginAstro from 'eslint-plugin-astro'
22+
export { default as pluginAstro } from 'eslint-plugin-astro'
2323

2424
export * as parserTs from '@typescript-eslint/parser'
2525
export { default as parserVue } from 'vue-eslint-parser'

0 commit comments

Comments
 (0)