1.0.6 • Published 11 months ago

@dusk-network/stylelint-config v1.0.6

Weekly downloads
-
License
MPL-2.0
Repository
github
Last release
11 months 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.6

11 months ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago