This repository was archived by the owner on Nov 23, 2024. It is now read-only.
Releases: ember-cli/ember-cli-eslint
Releases · ember-cli/ember-cli-eslint
v2.0.0
v1.8.0
v1.7.0
v1.6.0
- Base app configuration now just extends from
coding-standard/ember-application.js
. - Base test configuration now just extends from
coding-standard/ember-testing.js
.
v1.5.0
v1.4.1
v1.4.0
- Root configuration no longer relies on
eslint-config-ember
. (Discussion around appropriate base configuration is still ongoing) - Default blueprint now generates
.eslintrc.js
andtests/.eslintrc.js
(.eslintrc
has been deprecated.- Potential Changes: If you have a
.eslintrc
ortests/.eslintrc
file, please reformat it to be a.eslintrc.js
file (usingmodule.exports
) so thatember-cli-eslint
can detect potential duplicates.
- Potential Changes: If you have a
- Base root configuration now extends from
eslint:recommended
. - Base
/test
configuration now definesembertest: true
as anenv
setting.
v1.3.0
broccoli-lint-eslint@^2.0.0
- Passing build
- Move local
eslint
config settings toconfig
directory. - Update version of
eslint-config-ember
installed by default blueprint to0.3.0
. - Update project to
[email protected]
. - Implement
lintTree
function that callsproject.generateTestFile
-- if it's available. - Disable
ember-cli-qunit
's andember-cli-mocha
's' lintTree hook.
v1.2.1
v1.1.0
Merge branch 'update-packages/ember-1.13.8'