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) 194 B
const { extendSpellChecker } = require('../utils/extend-spell-checker'); module.exports = { plugins: ['spellcheck'], rules: { 'spellcheck/spell-checker': extendSpellChecker(), }, };