UNPKG

@kalimahapps/eslint-config

Version:

Comprehensive and configurable ESLint config for Vue 3 projects with TypeScript support

7 lines 127 B
import KalimahEslintConfig from './index.js'; export default [ { ignores: ['test/**/*.vue'], }, ...KalimahEslintConfig, ];