File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 ) ,
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ export { default as pluginVitest } from 'eslint-plugin-vitest'
1919export { default as pluginVue } from 'eslint-plugin-vue'
2020export { default as pluginReact } from 'eslint-plugin-react'
2121export { 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
2424export * as parserTs from '@typescript-eslint/parser'
2525export { default as parserVue } from 'vue-eslint-parser'
You can’t perform that action at this time.
0 commit comments