UNPKG

@alexlit/lint-kit

Version:

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

8 lines (6 loc) 112 B
module.exports = { plugins: ['sort-keys-fix'], rules: { 'sort-keys-fix/sort-keys-fix': 'warn', }, };