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
16
16
} ,
17
17
name : 'coderwyd:astro' ,
18
18
plugins : {
19
- astro : pluginAstro ,
19
+ astro : pluginAstro as any ,
20
20
} ,
21
21
rules : {
22
22
...( 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'
19
19
export { default as pluginVue } from 'eslint-plugin-vue'
20
20
export { default as pluginReact } from 'eslint-plugin-react'
21
21
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'
23
23
24
24
export * as parserTs from '@typescript-eslint/parser'
25
25
export { default as parserVue } from 'vue-eslint-parser'
You can’t perform that action at this time.
0 commit comments