Skip to content

Commit

Permalink
Merge pull request #155 from jeffjewiss/readme-linting
Browse files Browse the repository at this point in the history
update readme: add note about linting addons
  • Loading branch information
Turbo87 committed Mar 13, 2017
2 parents 6285ccd + 65c15de commit d96906c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Expand Up @@ -112,6 +112,15 @@ updating your `ember-cli` and/or `ember-cli-qunit`/`ember-cli-mocha`
dependencies.


### On Build Files

Please note that if you are using this to lint files which are part of the build
process (ie. index.js, ember-cli-build.js, config/), whether in an application or
as part of an addon, they will not be linted. It is recommended that `eslint` is
setup separately to lint these files and can be setup as an npm script and run as
part of a CI process.


Contributing
------------------------------------------------------------------------------

Expand Down

0 comments on commit d96906c

Please sign in to comment.