@dusk-network/stylelint-config
v1.0.6
Published
Stylelint config used by Dusk
Readme
Dusk Stylelint rules
Stylelint config used by Dusk web apps.
Installation
npm i -D @dusk-network/stylelint-configUsage
// ...
extends: [
"@dusk-network/stylelint-config"
]
// ...npm scripts
npm run checkperforms all checksnpm run formatperforms the Prettier formatting checknpm run format:fixreformats according to the Prettier rulesnpm run lintperforms the linting check
