This repository has been archived by the owner on Jan 5, 2023. It is now read-only.
Releases: jamieconnolly/stylelint-config
Releases · jamieconnolly/stylelint-config
v2.0.4
v2.0.3
v2.0.2
- 🚚 Use .eslintrc.js instead of .eslintrc.json
- 📝 Recommend using .stylelintrc.js instead of .stylelintrc.json
- 🔧 Set selector-max-type to 1
v2.0.1
- 🔧 Don't blacklist px units
- ⬆️ Bump the minimum supported Node.js version to match stylelint
v2.0.0
- ⬆️ Update stylelint to version 8.0.0 (#5)
- ⬆️ Update stylelint-order to version 0.6.0 (#6)
- 🔧 Split the rules into smaller files
- 🔧 Split out the stylelint-scss rules into their own file
- ⬆️ Update stylelint-scss to version 1.5.1
- 🔧 Don't allow px unit's
- ✨ Add stylelint-no-unsupported-browser-features support
- ⬆️ Update stylelint peer dependency to version 8.0.0
- ✅ Add in a basic test to check index.js and scss.js
- 👷 Tidy up the ESLint rules for the project
- 🔥 Remove the npm watch script
- 🔧 Limit the peer dependency to minor versions and below
- 📝 Recommend using .stylelintrc.json
- 💥 Merge the scss rules into the default config
- 🔧 Use the environment from the jest plugin
- 🔧 Add .npmignore
- ✅ Add in eslint-plugin-node
- 🔥 Remove the tests that were looking for the scss preset
- ⬆️ Update stylelint-scss to version 2.0.0 (#10)
- 🔧 Tweak the order of properties
v1.4.1
- 🔧 Remove color-no-hex rule, and move color down the order
v1.4.0
- 🔧 Use
^
instead of>=
for peer dependencies - ⬆️ Update stylelint to v7.11.1 (#3)
- 🔧 Update how we list dev and peer dependencies
- 📝 Tidy up the license part of the README.md
- 🔧 Only apps should have lockfiles
- ⬆️ Update eslint to version 4.1
- 🔧 Pin dev dependencies to major versions
- 🔧 Add in all unused rules so it's easier to keep track
- ⬆️ Update stylelint to version 7.12.0
- 🔧 Update the order of properties within declaration blocks
v1.3.0
v1.2.0
- ⬆️ Bump eslint to 3.19 and stylelint to 7.10
- ✨ Add
at-rule-semicolon-space-before
rule
v1.1.0
- ⬆️ Bump eslint to 3.18
- ⬆️ Bump stylelint-order to 0.4