UNPKG

@kalimahapps/eslint-config

Version:

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

15 lines (12 loc) 170 B
const error = {}; const warn = {}; const off = [ 'no-missing-import', 'no-unpublished-import', 'no-unpublished-require', ]; export default { error, warn, off, };