2.0.0 • Published 5 months ago

@computerrock/stylelint-config-react-app v2.0.0

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

@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

5 months ago

2.0.0-alpha.0

5 months ago

1.8.0

2 years ago

1.7.0

3 years ago

1.6.0

3 years ago

1.5.0

3 years ago

1.5.0-alpha.2

3 years ago

1.5.0-alpha.1

4 years ago

1.5.0-alpha.0

4 years ago

1.4.0

5 years ago

1.3.1

5 years ago

1.3.0

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago