@splendidlabs/stylelint-config
v1.0.7
Published
- Use with Astro, Svelte - Please see [.prettierrc](./prettierrc) for the config file itself.
Downloads
4
Readme
Splendid Labs Stylelint Configuration
- Use with Astro, Svelte
- Please see .prettierrc for the config file itself.
Installation:
npm install @splendidlabs/stylelint-config
Usage:
Add this to .stylelintrc.js
:
module.exports = {
extends: ['@splendidlabs/stylelint-config'],
}