webdevnerdstuff / stylelint-config-wdns

Repository from Github https://github.comwebdevnerdstuff/stylelint-config-wdnsRepository from Github https://github.comwebdevnerdstuff/stylelint-config-wdns

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.

About

License:MIT License


Languages

Language:JavaScript 100.0%