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

Releases: ember-cli/ember-cli-eslint

v2.0.0

02 Sep 10:38
Compare
Choose a tag to compare
  • Remove deprecated coding-standard files (#108)

v1.8.0

26 Aug 07:58
Compare
Choose a tag to compare
  • Respect Ember CLI --silent flag (#100)
  • Deprecate coding-standard files in favor of plain .eslintrc files (#107)
  • Use default ESLint parser unless babel-eslint is specifically requested (#107)
  • Remove .jshintrc files automatically on install (#91)

v1.7.0

26 Aug 07:58
Compare
Choose a tag to compare
  • fix blueprints, they now reference the correct coding standard by default
  • upgrade build dependencies

v1.6.0

15 Jun 22:20
Compare
Choose a tag to compare

v1.5.0

26 Aug 08:01
Compare
Choose a tag to compare
  • Utilize third argument to testGenerator provided to broccoli-lint-eslint if available.
  • Do not fail tests for lint warnings.

v1.4.1

26 Aug 08:01
Compare
Choose a tag to compare
  • Remove eslint-config-ember and phantomjs from devDependencies.

v1.4.0

26 Aug 08:02
Compare
Choose a tag to compare
  • 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.

v1.3.0

14 Apr 11:20
Compare
Choose a tag to compare
  • broccoli-lint-eslint@^2.0.0
  • Passing build
  • Move local eslint config settings to config directory.
  • Update version of eslint-config-ember installed by default blueprint to 0.3.0.
  • Update project to [email protected].
  • Implement lintTree function that calls project.generateTestFile -- if it's available.
  • Disable ember-cli-qunit's and ember-cli-mocha's' lintTree hook.

v1.2.1

09 Apr 13:45
Compare
Choose a tag to compare

v1.1.0

03 Sep 01:01
Compare
Choose a tag to compare
Merge branch 'update-packages/ember-1.13.8'