Skip to content

v3.0.0

Compare
Choose a tag to compare
@adamkudrna adamkudrna released this 02 Feb 10:35
· 14 commits to master since this release

⚠️ Breaking Changes

  • Rename package to @visionappscz/stylelint-config (PR #48)
  • Upgrade to Stylelint 14 and stylelint-config-standard 24 (PR #45)
  • Remove duplicate and conflicting rules: function-url-quotes, selector-nested-pattern, string-quotes (PR #45)
  • Allow border[[-*]-style]: none since border: 0 (originally required) should be handled by a minifying plugin instead (PR #43)

🌟 Features

  • Import stylelint-order config from @visionappscz/stylelint-config-visionapps-order (PR #46)
  • Add config for SCSS syntax that extends stylelint-config-standard-scss (PR #46)
  • Add config for CSS Modules (PR #46)

📖 Documentation

  • Improve README (PR #46)

🔧 Maintenance

  • Update dependencies (PR #45, #46, #52)
  • Automatically add labels and assignee to pull requests (PR #47)