Skip to content

stylelint 7.10.0

  • Added: support for asynchronous plugin rules (#2351).
  • Added: cache option to store the info about processed files in order to only operate on the changed ones the next time you run stylelint (#2293).
  • Added: at-rule-semicolon-space-before rule (#2388).
  • Added: ignore: ["comments"] to max-empty-lines (#2401).
  • Added: ignore: ["default-namespace"] to selector-type-no-unknown (#2461).
  • Added: ignoreDefaultNamespaces option to selector-type-no-unknown (#2461).
  • Fixed: more helpful messages when file globs do not match any files (#2328).
  • Fixed: decl/ folder of Flow types is shipped with the package, for consumers that use Flow (#2322).
  • Fixed: function-url-scheme-whitelist was working incorrectly if more than one URL scheme were specified (#2447).
  • Fixed: no-duplicate-selector now includes the duplicate selector's first usage line in message (#2415).
  • Fixed: no-extra-semicolons false positives for comments after custom property sets (#2396).
  • Fixed: value-keyword-case false positives for attr, counter, counters functions and counter-reset property (#2407).