Skip to content

stylelint 6.1.0

  • Added: comment-word-blacklist rule.
  • Added: selector-attribute-brackets-space-inside rule.
  • Added: selector-pseudo-class-parentheses-space-inside rule.
  • Added: shorthand-property-no-redundant-values rule.
  • Added: ignoreKeywords option for value-keyword-case.
  • Added: support for .stylelintignore file.
  • Added: warning message in output when a file is ignored.
  • Fixed: CRLF (\r\n) warning positioning in string-no-newline.
  • Fixed: parsing problems when using ///-SassDoc-style comments.
  • Fixed: max-empty-lines places warning at the end of the violating newlines to avoid positioning confusions.