This repository was archived by the owner on Nov 23, 2024. It is now read-only.
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.jsandtests/.eslintrc.js(.eslintrchas been deprecated.- Potential Changes: If you have a
.eslintrcortests/.eslintrcfile, please reformat it to be a.eslintrc.jsfile (usingmodule.exports) so thatember-cli-eslintcan detect potential duplicates.
- Potential Changes: If you have a
- Base root configuration now extends from
eslint:recommended. - Base
/testconfiguration now definesembertest: trueas anenvsetting.