Releases: NewOrbit/eslint-config
Releases · NewOrbit/eslint-config
v4.1.1
4.1.0
Edit rule no-unused-vars
. Enabled ignoreRestSiblings
https://eslint.org/docs/rules/no-unused-vars#ignorerestsiblings
v4.0.0
Conversation: #249
Changelog:
- Added plugins:
- eslint-formatter-pretty
- eslint-config-prettier
- eslint-plugin-eslint-comments
- eslint-plugin-import
- Removed packages:
- eslint-config-react-app (since it was not used in config anyways)
- Refactored rules (only few, even if diff says otherwise). Notable changes:
- BREAKING: eqeqeq -> See PR conversation for more info
- naming-convention rule (off at the moment, since its new, but it would be good to look into it)
- BREAKING: member-delimiter-style. Is it possible to make this rule consistent? Why should there be an exception for oneliners?
- prettier support
- Updated devDependency to eslint 7 (latest)
v3.0.2
Adding new spacing rules (all fixable with --fix):
space-before-blocks
keyword-spacing
arrow-spacing
v3.0.1
Editing no-multiple-empty-lines rule (--fix can be used to resolve any issues)
v3.0.0
Porting no self import rule
Adding max-lines per file
v2.1.1
enforce latest import package fix
v2.1.0
Release 2.0.0
Breaking changes
Introducing no-return-await rule
Fixes
Amending object-curly-spacing (run with --fix to resolve)
v1.0.0
With this being adopted by a few of our projects internally now we are ready to go to v1
Breaking changes
- Incorporated import ordering rules
- Forbidding style tags on dom nodes
- Updated dependent packages
Bug Fixes
- Various bug fixes around usage with Typescript 3.7
- Disabled
no-dupe-class-members
as this errors on Typescript function overloads and Typescript will error for genuine class member duplicates