Skip to content
This repository was archived by the owner on Nov 23, 2024. It is now read-only.

v1.4.0

Choose a tag to compare

@Turbo87 Turbo87 released this 26 Aug 08:02
· 477 commits to master since this release
  • Root configuration no longer relies on eslint-config-ember. (Discussion around appropriate base configuration is still ongoing)
  • Default blueprint now generates .eslintrc.js and tests/.eslintrc.js (.eslintrc has been deprecated.
    • Potential Changes: If you have a .eslintrc or tests/.eslintrc file, please reformat it to be a .eslintrc.js file (using module.exports) so that ember-cli-eslint can detect potential duplicates.
  • Base root configuration now extends from eslint:recommended.
  • Base /test configuration now defines embertest: true as an env setting.