This repository was archived by the owner on Apr 11, 2021. It is now read-only.
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