Skip to content

Releases: showbie/showbie-eslint-config

@showbie/eslint-config-react@7.0.0

24 Nov 20:54
aae2113
Compare
Choose a tag to compare

πŸ’£ 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

@showbie/eslint-config-react@6.0.0

24 Nov 18:55
a73742d
Compare
Choose a tag to compare

πŸ’£ Breaking Changes

  • Upgraded eslint-plugin-prettier #258
    Support dropped for old versions of ESLint, Prettier, and Node. Minimum required
    versions are now eslint@7.28.0, prettier@2, node@12.

@showbie/eslint-config-ember@6.0.0

24 Nov 18:55
a73742d
Compare
Choose a tag to compare

πŸ’£ Breaking Changes

  • Upgraded eslint-plugin-prettier #258
    Support dropped for old versions of ESLint, Prettier, and Node. Minimum required
    versions are now eslint@7.28.0, prettier@2, node@12.

@showbie/eslint-config@5.0.0

13 Aug 03:30
b547d49
Compare
Choose a tag to compare

πŸ’£ 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

13 Aug 03:30
b547d49
Compare
Choose a tag to compare

πŸ’£ 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

13 Aug 03:30
b547d49
Compare
Choose a tag to compare

πŸ’£ 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

13 Aug 03:30
b547d49
Compare
Choose a tag to compare

πŸ’£ 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

12 Aug 20:02
0bdf7a1
Compare
Choose a tag to compare

@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

12 Aug 20:02
0bdf7a1
Compare
Choose a tag to compare

@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

12 Aug 20:02
0bdf7a1
Compare
Choose a tag to compare

@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 #225

    Adds recommended settings for react-testing-library and jest-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.