stylelint-config-tld-base
v1.0.4
Published
Default stylelint config used by Tommy Dunn.
Downloads
5
Maintainers
Readme
stylelint-config-tld-base
Default stylelint config used by Tommy Dunn.
Installation
npm install stylelint-config-tld-base --save-dev
# Or with yarn:
yarn add stylelint-config-tld-base --dev
Usage
We provide a config for both CSS and SCSS. You can choose which one you would like to extend in your configuration:
CSS
{
"extends": "stylelint-config-tld-base/css"
}
SCSS
{
"extends": "stylelint-config-tld-base/scss"
}