Skip to content
This repository was archived by the owner on Apr 11, 2021. It is now read-only.

Releases: homer0/eslint-plugin-homer0

5.0.3

11 Apr 10:40

Choose a tag to compare

5.0.3 (2021-04-11)

Bug Fixes

5.0.2

10 Aug 06:51

Choose a tag to compare

5.0.2 (2020-08-10)

Bug Fixes

5.0.1

22 Jul 04:14

Choose a tag to compare

5.0.1 (2020-07-22)

Bug Fixes

5.0.0

11 Jul 12:32

Choose a tag to compare

5.0.0 (2020-07-11)

Bug Fixes

  • only run release on master (76dcb40)
  • remove the overwrite for comma-dangle (6c4a98e)
  • remove the overwrite for max-classes-per-file (2ef5130)
  • remove the overwrite for prefer-object-spread (f1df7c9)
  • set the preferred type to Object (e71ae90)
  • use github plugin instead of git (27c9beb)

Features

  • add JSDoc and sort-class-members (340a540)
  • add jsdoc configuration (8caf8c3)
  • add the sort-class-members plugin (07354ce)
  • allow the use of the tag parent (4d79c60)
  • exclude 60 from no-magic-numbers (58d9c8e)

BREAKING CHANGES

  • All class members will now have to follow the order set by the plugin configuration
  • You'll need to stop using Object.assign for most of the basic cases
  • You now need to add a trailing comma to function parameters
  • You can't have more than one class per file now

4.0.0: Update dependencies (ESLint v7)

24 Jun 14:16
69c30f3

Choose a tag to compare

3.0.3: Update dependencies

12 Apr 10:02
5f833ff

Choose a tag to compare

3.0.2: Update dependencies

25 Mar 02:53
2cfb58c

Choose a tag to compare

3.0.1: update eslint-plugin-node

31 Dec 13:18
46f88c0

Choose a tag to compare

3.0.0: Update everything

24 Dec 08:24
e1e41da

Choose a tag to compare

#4

The only breaking change is that the minimum require version is now 10, as the LTS for 8 ends next week.

2.1.0: feat: update project dependencies and add exceptions

23 Nov 06:48
b7a4c39

Choose a tag to compare