UNPKG

@witheslint/preset-vue

Version:
6 lines (5 loc) 242 B
import type { Preset } from '@witheslint/core'; export declare const GLOB_VUE: "**/*.vue"; export declare const GLOB_VUE_EXT: ".vue"; export declare const GLOB_VUE_EXCLUDES: readonly ["**/.nuxt"]; export declare function presetVue(): Preset;