Skip to content

Commit

Permalink
fix: remove TypeScript error suppression for missing types in Vue ESL…
Browse files Browse the repository at this point in the history
…int config
  • Loading branch information
chengazhen committed Dec 18, 2024
1 parent a97c998 commit b9487c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/lint-configs/eslint-config/src/configs/vue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { interopDefault } from '../util';

export async function vue(): Promise<Linter.Config[]> {
const [pluginVue, parserVue, parserTs] = await Promise.all([
// @ts-expect-error missing types
interopDefault(import('eslint-plugin-vue')),
interopDefault(import('vue-eslint-parser')),
// @ts-expect-error missing types
Expand Down

0 comments on commit b9487c2

Please sign in to comment.