- #284 Upgrade
broccoli-lint-eslint
to v5.0.0 (@Gaurav0) - #256 Drop support for IE9 and IE10 (@Gaurav0)
- #254 Drop support for Node.js 4 (@Gaurav0)
- #251 Upgrade to ember cli 3.4 via ember-cli-update (@Gaurav0)
- #255 Use Chrome instead of PhantomJS to run tests (@Gaurav0)
- #263 Remove obsolete
es6-promise
dev dependency (@Turbo87) - #262 yarn: Add
integrity
hashes (@Turbo87)
- Extend test framework detection to
ember-qunit
andember-mocha
(#225)
- Fix file deletion bug. (#222)
- Fix detection of test frameworks for prerelease versions. (#215)
- Make extensions configurable (#203)
- Allow passthrough of
rulesDir
option tobroccoli-lint-eslint
(#197)
- Update to ESLint 4 (#191)
- Use new
group
option ofbroccoli-lint-eslint
by default (#176)
- Remove direct
ember-cli-babel
dependency (it was unused).
- Lazily require
eslint
(speed up non-build related commands by ~ 100ms) (#145)
- Removed noise from
ember-cli-eslint
blueprint (#143)
- Update
broccoli-lint-eslint
and ESLint to v3.x (#101)
- Removed noise from
ember-cli-eslint
blueprint (#143)
- Remove deprecated
coding-standard
files (#108)
- 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)
- fix blueprints, they now reference the correct coding standard by default
- upgrade build dependencies
- Base app configuration now just extends from
coding-standard/ember-application.js
. - Base test configuration now just extends from
coding-standard/ember-testing.js
.
- Utilize third argument to
testGenerator
provided tobroccoli-lint-eslint
if available. - Do not fail tests for lint warnings.
- Remove
eslint-config-ember
andphantomjs
fromdevDependencies
.
- 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.
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.
- Updated to [email protected]
- Updated to [email protected]
- Upgrading package dependencies for Ember 1.13.8
- Bumping package to publish beta to stable
- Bumping package because npm broke index.js again
- Bumping version for broccoli-lint-eslint and eslint-config-ember
- Adding tmp to .npmignore
- Upgrade broccoli-lint-eslint to 1.0.0
- Bump package number, again
- Update badges
- Update package call
- Force change due to npm index.js issue
- Add badge for travis
- Fixing linting errors for dummy app
- Moving to package install in ember blueprint
- Remove dirs and files that are not required
- Fix testing .eslintrc blueprint file
- Consume native eslint-config-eslint for own linting
- Move afterInstall to blueprint
- Upgrade to [email protected]
- Add .gitkeep to blueprint to be usable as an addon
- Update blueprint to use eslint-config-ember
- Updating documentation
- Updating broccoli-lint-eslint to 0.1.3
- Removing default eslint.json to allow ESLint to use default config lookup
- Moved the generator to use .eslintrc
- Updating broccoli-lint-eslint to 0.1.2