Releases: showbie/showbie-eslint-config
@showbie/eslint-config-react@7.0.0
π£ Breaking Changes
- Upgraded included eslint plugins to latest #264
eslint-plugin-testing-library
is a major version upgrade with changes to the
recommended config; see the migration guides for v4 and v5 for details about
the breaking changes.
π Added
- Enable
jsx-handler-names
rule #266
@showbie/eslint-config-react@6.0.0
π£ Breaking Changes
- Upgraded
eslint-plugin-prettier
#258
Support dropped for old versions of ESLint, Prettier, and Node. Minimum required
versions are noweslint@7.28.0
,prettier@2
,node@12
.
@showbie/eslint-config-ember@6.0.0
π£ Breaking Changes
- Upgraded
eslint-plugin-prettier
#258
Support dropped for old versions of ESLint, Prettier, and Node. Minimum required
versions are noweslint@7.28.0
,prettier@2
,node@12
.
@showbie/eslint-config@5.0.0
π£ Breaking Changes
-
New versions are now published to the GitHub Package registry #253
You will need to add the following to
.npmrc
in your project root:@showbie:registry=https://npm.pkg.github.com/showbie
@showbie/eslint-config-typescript@5.0.0
π£ Breaking Changes
-
New versions are now published to the GitHub Package registry #253
You will need to add the following to
.npmrc
in your project root:@showbie:registry=https://npm.pkg.github.com/showbie
@showbie/eslint-config-react@5.0.0
π£ Breaking Changes
-
New versions are now published to the GitHub Package registry #253
You will need to add the following to
.npmrc
in your project root:@showbie:registry=https://npm.pkg.github.com/showbie
@showbie/eslint-config-ember@5.0.0
π£ Breaking Changes
-
New versions are now published to the GitHub Package registry #253
You will need to add the following to
.npmrc
in your project root:@showbie:registry=https://npm.pkg.github.com/showbie
@showbie/eslint-config@4.0.2
@showbie/eslint-config
4.0.2 β 2021-08-12
π Deprecated
- Further versions of this package will be published to the GitHub Package registry #251
4.0.1 βΒ 2021-03-17
π Fixed
- Update internal dependencies/extends #226
4.0.0 β 2021-03-16
π± Split config into separate package #220
For previous changes, see CHANGELOG.md.
@showbie/eslint-config-typescript@4.0.3
@showbie/eslint-config-typescript
4.0.3 β 2021-08-12
π Deprecated
- Further versions of this package will be published to the GitHub Package registry #251
- Updated dependencies [
1f5c22d
]:- @showbie/eslint-config@4.0.2
4.0.2
π Fixed
- Install Prettier ESLint plugin with config #232
β»οΈ Changed
- Add
no-empty-function
setting #233
Allows use in arrow functions, i.e.() => {}
, which are currently used
frequently in tests, default props, and Storybook examples.
4.0.1 βΒ 2021-03-17
π Fixed
- Update internal dependencies/extends #226
4.0.0 β 2021-03-16
π± Split config into separate package #220
For previous changes, see CHANGELOG.md.
@showbie/eslint-config-react@4.1.2
@showbie/eslint-config-react
4.1.2 β 2021-08-12
π Deprecated
- Further versions of this package will be published to the GitHub Package registry #251
- Updated dependencies [
1f5c22d
]:- @showbie/eslint-config-typescript@4.0.3
4.1.1 β 2021-04-05
π Fixed
- Install Prettier ESLint plugin with config #232
4.1.0 βΒ 2021-03-17
β»οΈ Changed
- Re-enable
prefer-const
rule #223
π Added
-
Add
testing-library
plugins #225Adds recommended settings for
react-testing-library
andjest-dom
plugin rules.
π Fixed
- Update internal dependencies/extends #226
4.0.0 β 2021-03-16
π± Split config into separate package #220
For previous changes, see CHANGELOG.md.