Package Exports
- ember-cli-tslint
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (ember-cli-tslint) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
ember-cli-tslint
TSLint for Ember CLI apps and addons
Installation
ember install ember-cli-tslintember-cli-tslint will remove ESLint from your current project and replace the config files with a new tslint.json file.
Usage
TSLint will be run by ember-cli-qunit automatically when you run ember test. ember-cli-mocha is not yet supported.
Contributing
Installation
git clone <repository-url>this repositorycd ember-cli-tslintyarn install
Running
ember serve- Visit your app at http://localhost:4200.
Running Tests
yarn test(Runsember try:eachto test your addon against multiple Ember versions)ember testember test --server
Building
ember build
For more information on using ember-cli, visit https://ember-cli.com/.
License
This project is licensed under the MIT License.