UNPKG

@kalimahapps/eslint-config

Version:

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

15 lines (13 loc) 210 B
const error = {}; const warn = { 'first': 'warn', 'exports-last': 'warn', 'order': 'warn', 'no-mutable-exports': 'warn', }; const off = ['named', 'no-unresolved']; export default { error, warn, off, };