UNPKG

@alexlit/lint-kit

Version:

Preset of configuration files and dependencies for linting web applications (designed for Vue.js with TypeScript)

10 lines (9 loc) 205 B
module.exports = { overrides: [ { extends: ['plugin:testing-library/vue'], files: ['*.test.ts', '*.test.js', '*.spec.ts', '*.spec.js'], plugins: ['testing-library'], }, ], };