UNPKG

@sylphlab/eslint-config-sylph-vue

Version:
13 lines (10 loc) 323 B
import { Linter } from 'eslint'; type Config = Linter.Config; /** * Sylph ESLint Configuration for Vue 3 Projects (Flat Config) * * Extends the base @sylphlab/eslint-config-sylph configuration with * rules specific to Vue 3 and TypeScript integration. */ declare const vue: Config[]; export { vue as default, vue };