From fbe740e3e706b62c5f585e358ccf9fcaa19ef25a Mon Sep 17 00:00:00 2001 From: Catherine Azzarello Date: Wed, 3 Mar 2021 10:22:51 -0800 Subject: [PATCH] add stylelint-config-idiomatic-order to package.json and README --- README.md | 1 + package.json | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 2580de0..962bbbb 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ It can be configured using a [configuration file](http://stylelint.io/user-guide - [stylelint-config-concentric-order](https://github.com/chaucerbao/stylelint-config-concentric-order): Validates the order of CSS properties according to [Concentric CSS](http://rhodesmill.org/brandon/2011/concentric-css/). - [stylelint-config-css-modules](https://github.com/pascalduez/stylelint-config-css-modules): CSS modules shareable config +- [stylelint-config-idiomatic-order](https://github.com/ream88/stylelint-config-idiomatic-order): A stylelint config to order your styles based on [idiomatic-css](https://github.com/necolas/idiomatic-css) - [stylelint-config-prettier](https://github.com/prettier/stylelint-config-prettier): Turns off all rules that are unnecessary or might conflict with prettier - [stylelint-config-recommended](https://github.com/stylelint/stylelint-config-recommended): The recommended shareable config - [stylelint-config-recommended-scss](https://github.com/kristerkari/stylelint-config-recommended-scss): The recommended shareable SCSS config diff --git a/package.json b/package.json index c1545f9..6bf4070 100644 --- a/package.json +++ b/package.json @@ -31,6 +31,7 @@ "stylelint-color-format": "^1.1.0", "stylelint-config-concentric-order": "^4.0.0", "stylelint-config-css-modules": "^2.2.0", + "stylelint-config-idiomatic-order": "^8.1.0", "stylelint-config-prettier": "^8.0.2", "stylelint-config-recommended": "^3.0.0", "stylelint-config-recommended-scss": "^4.2.0",