Skip to content

stylelint 2.0.0

  • Changed: plugins are now included and configured via a "locator", rather than either being required or being inserted directly into the configuration object as a function.
  • Added: CLI.
  • Added: standalone Node API.
  • Added: quiet mode to CLI and Node API.
  • Added: support for formatters, including custom ones, to CLI and Node API.
  • Added: string and json formatters.
  • Added: support for using .stylelintrc JSON file.
  • Added: support for extending existing configs using the extends property.
  • Added: support for SCSS syntax parsing to CLI and Node API.
  • Added: function-comma-newline-after rule.
  • Added: function-comma-newline-before rule.
  • Added: "always-single-line" and "never-single-line" options to function-comma-space-after rule.
  • Added: "always-single-line" and "never-single-line" options to function-comma-space-before rule.