@splendid-ui/stylelint-config
v1.0.4
Published
- Use with Astro, Svelte - Please see [.prettierrc](./prettierrc) for the config file itself.
Downloads
3
Readme
Prettier Config
- Use with Astro, Svelte
- Please see .prettierrc for the config file itself.
Installation:
npm install @splendid-ui/stylelint-config
Usage:
Add this to .stylelintrc.js
:
module.exports = {
extends: ['@splendid-ui/stylelint-config'],
}