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) 233 B
/** @see [stylelint-selector-no-empty](https://github.com/ssivanatarajan/stylelint-selector-no-empty) */ export default { plugins: ['stylelint-selector-no-empty'], rules: { 'plugin/stylelint-selector-no-empty': true, }, };