4.0.0 • Published 2 years ago
@studiometa/stylelint-config v4.0.0
StyleLint Configuration
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-configCreate 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
2 years ago
4.0.0-alpha.1
2 years ago
4.0.0-alpha.0
2 years ago
3.0.2
3 years ago
3.0.1
3 years ago
1.2.4
3 years ago
3.0.0
4 years ago
2.0.1
4 years ago
2.0.0
6 years ago
1.2.3
6 years ago
1.2.2
7 years ago
1.2.1
7 years ago
1.2.0
7 years ago
1.1.1
7 years ago
1.1.0
7 years ago
1.0.3
7 years ago
1.0.2
7 years ago
1.0.1
7 years ago
1.0.0
7 years ago