2.4.2 • Published 5 months ago

@davidwarrington/stylelint-config v2.4.2

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

@davidwarrington/stylelint-config

Installation

Install with a package manager such as pnpm, yarn or npm.

pnpm add --save-dev stylelint @davidwarrington/stylelint-config
# or with yarn
yarn add --dev stylelint @davidwarrington/stylelint-config
# or with npm
npm install --save-dev stylelint @davidwarrington/stylelint-config

Then create your stylelint config.

// stylelint.config.js

export default {
  extends: [
    '@davidwarrington/stylelint-config',
    // or if using SCSS
    '@davidwarrington/stylelint-config/scss',
  ],
};

Extra Configs

BEMIT

Add the BEMIT config alongside others.

// stylelint.config.js

export default {
  extends: [
    // ...
    '@davidwarrington/stylelint-config/bemit',
  ],
};
2.3.0

10 months ago

2.4.1

7 months ago

2.2.3

11 months ago

2.4.0

9 months ago

2.4.2

5 months ago

2.2.2

1 year ago

2.2.1

1 year ago

2.1.2

1 year ago

2.2.0

1 year ago

2.1.1

2 years ago

2.1.0

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.0.0

4 years ago