Ember Cli Eslint Versions Save

Ember CLI addon for linting Ember projects with ESLint

v2.0.0

7 years ago
  • Remove deprecated coding-standard files (#108)

v1.4.0

7 years ago
  • 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.4.1

7 years ago
  • Remove eslint-config-ember and phantomjs from devDependencies.

v1.5.0

7 years ago
  • Utilize third argument to testGenerator provided to broccoli-lint-eslint if available.
  • Do not fail tests for lint warnings.

v1.7.0

7 years ago
  • fix blueprints, they now reference the correct coding standard by default
  • upgrade build dependencies

v1.8.0

7 years ago
  • 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.6.0

7 years ago

v1.3.0

8 years ago
  • 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.1.0

8 years ago