This repository was archived by the owner on Apr 11, 2021. It is now read-only.
Releases: homer0/eslint-plugin-homer0
Releases · homer0/eslint-plugin-homer0
5.0.3
5.0.2
5.0.1
5.0.0
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)
3.0.3: Update dependencies
3.0.2: Update dependencies
3.0.1: update eslint-plugin-node
3.0.0: Update everything
The only breaking change is that the minimum require version is now 10, as the LTS for 8 ends next week.