UNPKG

@kalimahapps/eslint-config

Version:

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

24 lines (21 loc) 306 B
const error = {}; const warn = { 'check-tag-names': { definedTags: ['values', 'model'], }, 'check-line-alignment': 'always', 'no-bad-blocks': 'warn', 'require-description': 'warn', 'tag-lines': [ 'any', { startLines: 1, }, ], }; const off = []; export default { error, warn, off, };