4.0.0 • Published 23 days ago

@studiometa/stylelint-config v4.0.0

Weekly downloads
28
License
MIT
Repository
github
Last release
23 days ago

StyleLint Configuration

NPM Version Dependency Status devDependency Status

Studio Meta's one and only Stylelint configuration to be used across projects.

Usage

Install the package with your favorite package manager:

yarn add --dev @studiometa/stylelint-config
# or
npm install --save-dev @studiometa/stylelint-config

Create a .stylelintrc.js in your project's root folder with the following:

module.exports = {
  extends: '@studiometa/stylelint-config',
};

It is recommended to use Prettier in your project for a more opinionated linting and formatting of your files. To do so, you can use the prettier configuration sent in this package. Add a .prettierrc file at the root of your project and set the StyleLint configuration as follow:

module.exports = {
  extends: '@studiometa/stylelint-config/prettier',
};

TODO

  • Add tests (cf. tests from recommended configuration)
4.0.0

23 days ago

4.0.0-alpha.1

4 months ago

4.0.0-alpha.0

4 months ago

3.0.2

11 months ago

3.0.1

11 months ago

1.2.4

1 year ago

3.0.0

2 years ago

2.0.1

2 years ago

2.0.0

4 years ago

1.2.3

4 years ago

1.2.2

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago