1.0.2 • Published 7 months ago

@wdns/stylelint-config-wdns v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
7 months ago

stylelint-config-wdns

Installation

pnpm add -D @wdns/stylelint-config-wdns

Usage

Set your stylelint config to:

{
  "extends": ["@wdns/stylelint-config-wdns"]
}

Extending the config

Simply add a "rules" key to your config, then add your overrides and additions there.

{
  "extends": ["@wdns/stylelint-config-wdns"],
  "rules": {
    
  }
}

Dependencies

Stylelint
@stylistic/stylelint-plugin
stylelint-config-recommended-scss
stylelint-config-standard
stylelint-order
stylelint-scss

Change Log

CHANGELOG

License

Copyright (c) 2023 WebDevNerdStuff
Licensed under the MIT license.