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) 223 B
/** @see [stylelint-color-format](https://github.com/filipekiss/stylelint-color-format) */ export default { plugins: ['stylelint-color-format'], rules: { 'color-format/format': { format: 'rgb', }, }, };