2.0.0 • Published 2 years ago
@computerrock/stylelint-config-react-app v2.0.0
@computerrock/stylelint-config-react-app
This package contains shareable stylelint configuration used for React projects.
Usage
Install this package, stylelint and the necessary plugins.
$ npm install stylelint@^9.2.1 stylelint-webpack-plugin@^0.10.5 stylelint-scss@^3.1.0 stylelint-selector-bem-pattern@^2.0.0 --save-dev
$ npm install @computerrock/stylelint-config-react-app --save-dev
Create a file named .stylelintrc
with following contents in the root folder of your project:
{
"extends": "@computerrock/stylelint-config-react-app",
"rules": {}
}
You can override the settings from @computerrock/stylelint-config-react-app
by editing the .stylelintrc
file. Learn
more about configuring stylelint on the stylelint website.
2.0.0
2 years ago
2.0.0-alpha.0
2 years ago
1.8.0
3 years ago
1.7.0
4 years ago
1.6.0
4 years ago
1.5.0
4 years ago
1.5.0-alpha.2
4 years ago
1.5.0-alpha.1
5 years ago
1.5.0-alpha.0
5 years ago
1.4.0
6 years ago
1.3.1
6 years ago
1.3.0
6 years ago
1.2.0
6 years ago
1.1.0
6 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