23.0.0 • Published 8 months ago
eslint-config-stylelint v23.0.0
eslint-config-stylelint
Stylelint org's shareable config for ESLint.
For consistent JavaScript across Stylelint's repos.
Installation
$ npm install eslint-config-stylelint --save-dev
Usage
Add this to your ESLint config:
import stylelintConfig from "eslint-config-stylelint";
export default [...stylelintConfig];
For Jest
Install the plugin additionally:
$ npm install eslint-plugin-jest --save-dev
Then, update your config:
import stylelintConfig from "eslint-config-stylelint";
import stylelintJestConfig from "eslint-config-stylelint/jest";
export default [...stylelintConfig, ...stylelintJestConfig];
Changelog
23.0.0
8 months ago
22.0.0
11 months ago
21.0.0
1 year ago
20.0.0
2 years ago
19.1.0
2 years ago
19.0.0
2 years ago
18.0.0
2 years ago
17.1.0
3 years ago
17.0.0
3 years ago
16.0.0
3 years ago
15.1.0
3 years ago
15.0.0-0
4 years ago
15.0.0
4 years ago
14.0.0
4 years ago
13.1.1
4 years ago
13.1.0
5 years ago
13.0.0
5 years ago
12.1.0
5 years ago
12.0.0
5 years ago
11.1.0
6 years ago
11.0.0
7 years ago
10.0.0
7 years ago
9.0.0
7 years ago
8.3.0
7 years ago
8.2.0
7 years ago
8.1.0
7 years ago
8.0.0
8 years ago
7.0.0
8 years ago
6.0.0
9 years ago
5.0.0
9 years ago
4.0.0
9 years ago
3.0.0
9 years ago
2.0.0
9 years ago
1.0.0
9 years ago
0.1.0
10 years ago