2.0.1 • Published 4 months ago

@adorade/stylelint-config v2.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

Adorade Stylelint Config

NPM version GitHub package.json version license Depfu Status Renovate enabled GitHub Workflow Status

An opinionated Stylelint config used by Adorade across our projects.

Installation

npm install @adorade/stylelint-config --save-dev
# Or with yarn:
yarn add @adorade/stylelint-config --dev

Usage

We provide a single config that covers both CSS and SCSS. It will automatically apply SCSS rules to files ending in .scss.

You simply have to extend this config in your Stylelint config:

{
  "extends": "@adorade/stylelint-config",
  "rules": { },
  "overrides": [
    {
      "files": "**/*.scss",
      "rules": { }
    }
  ]
}

Documentation

This config extends the shared config:

To see the rules that this config uses, please read the config itself.

License

Released under the MIT License.

2.0.1

4 months ago

2.0.0

4 months ago

1.1.2

5 months ago

1.1.1

5 months ago

1.1.0

5 months ago

1.0.1

5 months ago