Skip to content

v8.0.0

Compare
Choose a tag to compare
@sindresorhus sindresorhus released this 27 Mar 10:47

This release is focused on helping you write more readable code and to adopt modern APIs. My favorite is the prevent-abbreviations rule, which encourages you to pick readable variable names.

New rules

Enhancements

Fixes

  • Fix the default value for the filename-case rule 139ac16
  • Fix ES2015 exports not counting an object as used (#217) 6d5bb10
  • Fix catch-error-name fixer not renaming all references in .catch case (#258) c2e4a9d
  • Don't fix onbeforeunload unless it's handler does not return anything (#218) db2f192
  • Prevent false-positives in the no-fn-reference-in-iterator rule (#172) 73e8d5d

v7.1.0...v8.0.0