1.0.6 • Published 1 year ago
@dusk-network/stylelint-config v1.0.6
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