https://github.com/typed-ember/ember-cli-tslint
Ember CLI addon for linting Ember projects with TSLint
https://github.com/typed-ember/ember-cli-tslint
ember-cli emberjs glimmerjs tslint
Last synced: 6 months ago
JSON representation
Ember CLI addon for linting Ember projects with TSLint
- Host: GitHub
- URL: https://github.com/typed-ember/ember-cli-tslint
- Owner: typed-ember
- License: mit
- Archived: true
- Created: 2017-10-23T16:10:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-03-10T17:18:01.000Z (over 3 years ago)
- Last Synced: 2025-01-12T20:17:10.635Z (6 months ago)
- Topics: ember-cli, emberjs, glimmerjs, tslint
- Language: JavaScript
- Homepage:
- Size: 739 KB
- Stars: 11
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 🛑 ARCHIVED, please use ESLint instead 🛑
---
# ember-cli-tslint
[](https://travis-ci.org/typed-ember/ember-cli-tslint)
[](https://dev.azure.com/typed-ember/ember-cli-typescript/_build/latest?definitionId=3)[TSLint](https://palantir.github.io/tslint/) for [Ember CLI](https://ember-cli.com/) apps and addons
## Installation
```
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.
## 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 ` this repository
- `cd ember-cli-tslint`
- `yarn install`### Running
- `ember serve`
- Visit your app at [http://localhost:4200](http://localhost:4200).### Running Tests
- `yarn test` (Runs `ember try:each` to test your addon against multiple Ember versions)
- `ember test`
- `ember test --server`### Building
- `ember build`
For more information on using ember-cli, visit [https://ember-cli.com/](https://ember-cli.com/).
## License
This project is licensed under the [MIT License](LICENSE.md).