Skip to content

v2.0.0

Compare
Choose a tag to compare
@tclindner tclindner released this 31 Jul 01:56

Added

Changed

  • arrow-body-style to as-needed
  • dot-notation to allow keywords.
  • max-nested-callbacks to 4
  • newline-per-chained-call to 4
  • no-extra-parens to allow exceptions for nested binary expressions and returns
  • no-multiple-empty-lines with EOF settings for 1 line
  • object-curly-newline to account for destructuring and add multiline support
  • object-property-newline with multiline support
  • quote-props to be consistent only when needed
  • quote to avoid escaping
  • valid-typeof so it requires string literals

Removed