1.0.2 • Published 1 month ago

@dusk-network/stylelint-config v1.0.2

Weekly downloads
-
License
MPL-2.0
Repository
github
Last release
1 month ago

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 checks
  • npm run format performs the Prettier formatting check
  • npm run format:fix reformats according to the Prettier rules
  • npm run lint performs the linting check
1.0.2

1 month ago

1.0.1

1 month ago

1.0.0

1 month ago