UNPKG

@alexlit/lint-kit

Version:

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

10 lines (7 loc) 203 B
module.exports = { extends: ['plugin:eslint-comments/recommended'], plugins: ['eslint-comments'], rules: { 'eslint-comments/disable-enable-pair': ['error', { allowWholeFile: true }], }, };