TSLint for Ember CLI apps and addons
ember install ember-cli-tslint
ember-cli-tslint
will remove ESLint from your current project and replace the config files with a new tslint.json
file.
TSLint will be run by ember-cli-qunit
automatically when you run ember test
. ember-cli-mocha
is not yet supported.
git clone <repository-url>
this repositorycd ember-cli-tslint
yarn install
ember serve
- Visit your app at http://localhost:4200.
yarn test
(Runsember try:each
to test your addon against multiple Ember versions)ember test
ember test --server
ember build
For more information on using ember-cli, visit https://ember-cli.com/.
This project is licensed under the MIT License.