Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 1.11 KB

File metadata and controls

43 lines (26 loc) · 1.11 KB

Version 0.4.0, 2018.11.08

  • Enable semi, semi-spacing, and semi-style rules at ERROR level (breaking change)

Version 0.3.0, 2018.05.03

  • Reset all rules and start fresh by extending the eslint:recommended configuration (breaking change)

Version 0.2.4, 2018.05.03

  • Simplify how default configuration is managed
  • Add configuration for ECMAScript 9 (2018)
  • Add configurations for each ECMAScript version for ECMAScript modules

Version 0.2.3, 2017.07.20

  • Disable array-bracket-newline rule
  • Disable array-element-newline rule
  • Disable class-methods-use-this rule
  • Disable object-curly-newline rule

Version 0.2.2, 2017.07.03

  • Disable no-magic-numbers rule again

Version 0.2.1, 2017.07.03

  • Fix incorrect value type for max-statements-per-line rule

Version 0.2.0, 2017.07.03

  • Add missing rules as of ESLint 4
  • Remove deprecated/removed rules as of ESLint 4
  • Add ES7/2016 & ES8/2017 configurations
  • Update rules to align with common usage

Version 0.1.1, 2017.05.01

  • Fix bug with missing comma after sort-keys rule

Version 0.1.0, 2017.05.01

  • Initial release