Releases: showbie/showbie-eslint-config
Releases · showbie/showbie-eslint-config
@showbie/eslint-config-ember@4.0.0
🍱 Split config into separate package #220
For previous changes, see CHANGELOG.md.
v3.0.0
💣 Breaking Change
-
#203 Switch to
naming-convention
TypeScript ruleThe
camelcase
andinterface-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
💣 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