1.0.4 • Published 3 years ago

stylelint-config-tld-base v1.0.4

Weekly downloads
1
License
MIT
Repository
github
Last release
3 years ago

stylelint-config-tld-base npm version

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"
}