Package Exports
- @wdns/stylelint-config-wdns
- @wdns/stylelint-config-wdns/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@wdns/stylelint-config-wdns) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
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
License
Copyright (c) 2023 WebDevNerdStuff
Licensed under the MIT license.