UNPKG

@alexlit/lint-kit

Version:

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

8 lines (7 loc) 266 B
/** @see [stylelint-no-indistinguishable-colors](https://github.com/ierhyna/stylelint-no-indistinguishable-colors) */ export default { plugins: ['stylelint-no-indistinguishable-colors'], rules: { 'plugin/stylelint-no-indistinguishable-colors': true, }, };