Releases: codfish/eslint-config-codfish
Releases · codfish/eslint-config-codfish
v11.1.0
v11.0.0
11.0.0 (2022-08-10)
Features
- bump deps (1f26f60)
BREAKING CHANGES
- drop eslint <= 7 support, requires eslint@^8.2.0. See breaking
changes in the dependency repos:- https://github.com/typescript-eslint/typescript-eslint/releases/tag/v5.0.0
- https://github.com/airbnb/javascript/blob/master/packages/eslint-config-airbnb-base/CHANGELOG.md#1500--2021-11-08
- https://github.com/airbnb/javascript/blob/master/packages/eslint-config-airbnb/CHANGELOG.md#1900--2021-11-10
- https://github.com/kentcdodds/eslint-config-kentcdodds/releases/tag/v20.0.0
v10.3.0
v10.2.0
v10.1.1
v10.1.0
v10.0.0
v9.0.2
v9.0.1
v9.0.0
9.0.0 (2021-03-01)
Features
- bump babel eslint deps & update settings (bf893e6)
BREAKING CHANGES
- Migrated from deprecated babel plugins to
the new @babel monorepo versions. Because of this, all of
the babel rules are now pre-fixed with@babel/<rule-name>
instead ofbabel/<rule-name>
.
Also, a number of babel rules were deprecated so they may give
errors or warnings when running eslint. The only rules being
re-set are:
@babel/new-cap
@babel/no-invalid-this
@babel/no-unused-expressions
@babel/object-curly-spacing
@babel/semi