|
@@ -4,7 +4,6 @@ import { interopDefault } from '../util';
|
|
|
|
|
|
export async function vue(): Promise<Linter.Config[]> {
|
|
export async function vue(): Promise<Linter.Config[]> {
|
|
const [pluginVue, parserVue, parserTs] = await Promise.all([
|
|
const [pluginVue, parserVue, parserTs] = await Promise.all([
|
|
- // @ts-expect-error missing types
|
|
|
|
interopDefault(import('eslint-plugin-vue')),
|
|
interopDefault(import('eslint-plugin-vue')),
|
|
interopDefault(import('vue-eslint-parser')),
|
|
interopDefault(import('vue-eslint-parser')),
|
|
// @ts-expect-error missing types
|
|
// @ts-expect-error missing types
|