@splendidlabz/stylelint-config
v3.1.1
Published
- Use with Astro, Svelte - Please see [.prettierrc](./prettierrc) for the config file itself.
Downloads
61
Readme
Splendid Labs Stylelint Configuration
- Use with Astro, Svelte
- Please see .prettierrc for the config file itself.
Installation:
npm install @splendidlabz/stylelint-configUsage:
Add this to stylelint.config.js:
export default {
extends: ['@splendidlabz/stylelint-config'],
}