Skip to content
This repository has been archived by the owner on Jan 5, 2023. It is now read-only.

Releases: jamieconnolly/stylelint-config

v2.0.4

21 Aug 16:27
Compare
Choose a tag to compare
  • 👷 Run Travis on Node 4.x, 6.x and 8.x
  • 🔧 Fix eslint config file in .npmignore
  • 🔧 Ignore child, compounded and descendant type selectors
  • 🔧 Ignore at-rules that only wrap other rules
  • 🔧 Enforce the line-length limit for all lines

v2.0.3

05 Aug 11:35
Compare
Choose a tag to compare
  • 🔨 Refactor tests to be more jest-like
  • ⬆️ Update stylelint-scss to version 2.0.1 (#11)

v2.0.2

31 Jul 11:06
Compare
Choose a tag to compare
  • 🚚 Use .eslintrc.js instead of .eslintrc.json
  • 📝 Recommend using .stylelintrc.js instead of .stylelintrc.json
  • 🔧 Set selector-max-type to 1

v2.0.1

30 Jul 20:34
Compare
Choose a tag to compare
  • 🔧 Don't blacklist px units
  • ⬆️ Bump the minimum supported Node.js version to match stylelint

v2.0.0

30 Jul 16:40
Compare
Choose a tag to compare
  • ⬆️ 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

18 Jul 17:41
Compare
Choose a tag to compare
  • 🔧 Remove color-no-hex rule, and move color down the order

v1.4.0

02 Jul 21:06
Compare
Choose a tag to compare
  • 🔧 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

12 Jun 12:18
Compare
Choose a tag to compare
  • ⬆️ Bump jest and stylelint-order
  • 🔧 Enable Greenkeeper (#1)
  • 👷 Enable greenkeeper-lockfile
  • ⬆️ Update stylelint-order to version 0.5.0 (#2)
  • ⬆️ Updated dependencies
  • ⬆️ Update eslint to version 4.0.0

v1.2.0

03 Apr 09:16
Compare
Choose a tag to compare
  • ⬆️ Bump eslint to 3.19 and stylelint to 7.10
  • ✨ Add at-rule-semicolon-space-before rule

v1.1.0

20 Mar 16:42
Compare
Choose a tag to compare
  • ⬆️ Bump eslint to 3.18
  • ⬆️ Bump stylelint-order to 0.4