Stylelint config used by Dusk web apps.
npm i -D @dusk-network/stylelint-config
// ...
extends: [
"@dusk-network/stylelint-config"
]
// ...
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