@dusk-network/stylelint-config
v1.0.6
Published
Stylelint config used by Dusk
Downloads
11
Readme
Dusk Stylelint rules
Stylelint config used by Dusk web apps.
Installation
npm i -D @dusk-network/stylelint-config
Usage
// ...
extends: [
"@dusk-network/stylelint-config"
]
// ...
npm scripts
npm run check
performs all checksnpm run format
performs the Prettier formatting checknpm run format:fix
reformats according to the Prettier rulesnpm run lint
performs the linting check