Skip to content

Releases: showbie/showbie-eslint-config

@showbie/eslint-config-ember@4.0.0

17 Mar 04:35
b9dc0e7
Compare
Choose a tag to compare

🍱 Split config into separate package #220

For previous changes, see CHANGELOG.md.

v3.0.0

09 Dec 18:01
5b86643
Compare
Choose a tag to compare

💣 Breaking Change

  • #203 Switch to naming-convention TypeScript rule

    The camelcase and interface-name-prefix rules were deprecated in a
    previous typescript-eslint version. The former settings have been
    migrated to the new rule options.

    When upgrading to this version, make sure @typescript-eslint/eslint-plugin
    and @typescript-eslint/parser are upgraded to their latest as well.

v2.0.0

20 Aug 19:35
02645e4
Compare
Choose a tag to compare

💣 Breaking Change

  • #181 Upgrade eslint-plugin-ember to 8.12.0
    A breaking change due to the updates to the recommended rules config
    (see changelog)

🚀 Enhancement

  • #185 Add react-hooks plugin to the React config
  • #172 Upgrade Prettier to 2.0.5
    This is a major version increase to Prettier, which has some new
    default settings, as well as other updates. For more info, see
    the changelog
  • #186 Change Ember config to account for Ember blueprints
    For the Ember config we should assume the default ESLint settings from
    Ember blueprints are in place.

🏠 Internal

  • #182 Add an explicit LICENSE file to match the package.json setting