Skip to content

Releases: webpack-contrib/eslint-config-webpack

v3.0.0

01 Oct 21:08
Compare
Choose a tag to compare

2018-10-01

Chores

  • package: update eslint v4.13.1...5.6.0 (devDependencies|peerDependencies) (a5a6594)

BREAKING CHANGES

  • package: minimum require eslint version is now 5.6.0

v2.0.4

01 Oct 23:43
Compare
Choose a tag to compare

2018-04-01

Bug Fixes

  • import/order: Incorrect config syntax (fe40e36)

v2.0.3

01 Apr 13:37
Compare
Choose a tag to compare

2018-04-01

Bug Fixes

  • import/order: Chage import order from error to warn (960c93f)
  • import/order: Update rule to not conflict with prettier (a8635f0)

v2.0.2

01 Apr 13:37
Compare
Choose a tag to compare

2.0.2 (2017-12-17)

Bug Fixes

v2.0.1

01 Apr 13:36
Compare
Choose a tag to compare

2.0.1 (2017-12-14)

Chore

  • Scopes package under contrib npm org (d589b67)

Release v2.0.0

14 Dec 12:33
Compare
Choose a tag to compare

2.0.0 (2017-12-14)

Bug Fixes

  • style issues: Typo in new parens rule (7b7c012)

Code Refactoring

  • best practices: Update rules for Prettier integration (385aac8)
  • es6: Update rules for Prettier integration (2798140)
  • possible errors: Update rules for Prettier integration (c95baae)
  • style issues: Update rules for Prettier integration (4018072)

BREAKING CHANGES

  • style issues: Requires min eslint version of 4.x.
  • style issues: Multiple rules disabled and handled by Prettier, this will change code style for defaults based projects.

Upgrade: After upgrading with defaults, any editor Prettier plugin can be used to update style. The pre-commit hook will also fix & write the prettier changes.

  • possible errors: Requires min eslint version of 4.x.
  • possible errors: Multiple rules disabled and handled by Prettier, this will change code style for defaults based projects.

Upgrade: After upgrading with defaults, any editor Prettier plugin can be used to update style. The pre-commit hook will also fix & write the prettier changes.

  • es6: Requires min eslint version of 4.x.
  • es6: Multiple rules disabled and handled by Prettier, this will change code style for defaults based projects.

Upgrade: After upgrading with defaults, any editor Prettier plugin can be used to update style. The pre-commit hook will also fix & write the prettier changes.

  • best practices: Requires min eslint version of 4.x.
  • best practices: Multiple rules disabled and handled by Prettier, this will change code style for defaults based projects.

Upgrade: After upgrading with defaults, any editor Prettier plugin can be used to update style. The pre-commit hook will also fix & write the prettier changes.