Skip to content

Releases: groupon/javascript

v7.2.0

15 Mar 17:24
Compare
Choose a tag to compare

v7.1.0

11 Dec 20:28
Compare
Choose a tag to compare
  • add object-shorthand as fixable error - @dbushong #35
    • e7a0496 feat: add object-shorthand as fixable error

v7.0.0

18 Jul 23:43
Compare
Choose a tag to compare

Breaking Changes

This config now builds on top of ESLint 5. This
also affects other peerDependencies like certain plugins.

See: 986105d

Commits

v6.1.1

18 May 18:31
Compare
Choose a tag to compare
  • consistent-return: allow implicit undefined - @dbushong #31
    • 21b9ac3 fix: consistent-return: allow implicit undefined

v6.1.0

18 May 17:55
Compare
Choose a tag to compare

v6.0.0

12 Apr 16:02
Compare
Choose a tag to compare

Breaking Changes

adds eslint-plugin-mocha as a peerDep

See: 897dbb0

Commits

v5.4.2

05 Apr 15:51
Compare
Choose a tag to compare
  • docs: update file naming and organization - Closes #7 - @markowsiak #28
    • 6593962 docs: update filenaming and organization - Closes #7 - see: #7

v5.4.1

29 Mar 19:37
Compare
Choose a tag to compare

v5.4.0

20 Mar 02:27
Compare
Choose a tag to compare
  • resurrect prefer-arrow-callback - @dbushong #26
    • 7de330c feat: resurrect prefer-arrow-callback

v5.3.0

07 Feb 18:46
Compare
Choose a tag to compare
  • apply === rule with null expection - @dbushong #25
    • c727390 feat: apply === rule with null expection