@district01/stylelint-config
Version:
District01 StyleLint linting rules/guidelines.
92 lines (66 loc) • 3.04 kB
Markdown
# [1.0.7]()
### General
* Deprecation warning added.
# [1.0.6](https://bitbucket.org/district01/stylelint-config/commits/b7054a834832686fb8c9e6d53f999535985d67a6)
### Changes
* Updated Stylelint from `8.2.0` to `8.3.1`.
* Updated Stylelint-scss from `2.1.0` to `2.2.0`.
* Updated Leasot from `4.10.2` to `4.12.0`.
# [1.0.5](https://bitbucket.org/district01/stylelint-config/commits/473d92ce079be155f3732921beb733e7456c2c2f)
### Changes
* Updated Stylelint from `8.1.1` to `8.2.0`.
* Updated Leasot from `4.8.0` to `4.10.2`.
# [1.0.4](https://bitbucket.org/district01/stylelint-config/commits/1e9896a90d9d4f1217db1abfdfb68351a6277033)
### Changes
* correct rule value for `no-descending-specificity`
* fixed horrible comment alignment
* updated stylelint to `8.1.1`
* removed deprecated rule `declaration-block-no-ignored-properties`
* removed `scss/at-rule-no-unknown` in favor of `stylelint/at-rule-no-unknown`
* fixed typo
* fixed indentation of comments in sass rules
* updated stylelint-scss version to `2.1.0`.
* added new stylelint-scss 2.1 rules
* Force tab indentation
# [1.0.3](https://bitbucket.org/district01/stylelint-config/commits/4da1558ee394a999110019848b332a61f957e4ae)
### Changes
* Updated rules from 1.0.2 release to proper syntax
* `0` -> `null`
* Updated 1.0.2 changelog
# [1.0.2](https://bitbucket.org/district01/stylelint-config/commits/889d13bfa04f238d9c66694a5a6edaff5d8751af)
### Changes
* Added `scss/at-rule-no-unknown` rule.
* Removed `max-line-length` rule.
* Updated deprecated rules ([Stylelint 7.12.0](https://github.com/stylelint/stylelint/releases/tag/7.12.0))
* `function-url-data-uris` -> `function-url-scheme-[blacklist/whitelist]`
* `selector-no-attribute` -> `selector-max-attribute`
* `selector-no-combinator` -> `selector-max-combinators`
* `selector-no-type` -> `selector-max-type`
* `selector-no-universal` -> `selector-max-universal`
---
# [1.0.1](https://bitbucket.org/district01/stylelint-config/commits/8d2894f1311db41acf401ff4017cc8e8f00286f0) (03-07-2017)
### Changes
* Updated to stylelint `7.12.0`
* Added class selector pattern according to Atomic Design:
* Pages: `p-`
* Removed deprecated rule: https://stylelint.io/user-guide/rules/function-url-data-uris/
* Removed deprecated rule: https://stylelint.io/user-guide/rules/selector-no-id/
---
# [1.0.0](https://bitbucket.org/district01/stylelint-config/commits/7f32cdac985e2ddfc0c8590b6b129be4f4f98bbc) (06-06-2017)
### General
* 1.0.0 released
---
# [1.0.0-alpha.3](https://bitbucket.org/district01/stylelint-config/commits/d902707f3776214469252bffc1bff8eb015af4ad) (05-06-2017)
### General
* CHANGELOG.md unified with other linters
---
# [1.0.0-alpha.2](https://bitbucket.org/district01/stylelint-config/commits/6a599fd03116cdb9ba4370c10996f7d1479c90bb) (18-05-2017)
### Changes
* Added class selector pattern according to Atomic Design:
* Atoms: `a-`
* Molecules: `m-`
* Organisms: `o-`
* States: `is-`, `has-`
* Icons: `icon-`
### General
* Initial release.