https://github.com/ionic-team/tslint-ionic-rules
Common TypeScript lint rules/preferences for Ionic.
https://github.com/ionic-team/tslint-ionic-rules
Last synced: 4 months ago
JSON representation
Common TypeScript lint rules/preferences for Ionic.
- Host: GitHub
- URL: https://github.com/ionic-team/tslint-ionic-rules
- Owner: ionic-team
- License: mit
- Archived: true
- Created: 2016-05-24T18:44:51.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-08-27T22:32:13.000Z (over 5 years ago)
- Last Synced: 2025-01-18T21:58:43.804Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 44.9 KB
- Stars: 49
- Watchers: 12
- Forks: 15
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
### :rotating_light: DEPRECATED :rotating_light:
**TSLint isn't maintained anymore. Use Prettier with [`@ionic/prettier-config`](https://github.com/ionic-team/prettier-config/). Also see [`eslint-config-ionic`](https://github.com/ionic-team/eslint-config-ionic).**
# TSLint rules for Ionic
Common TypeScript lint rules/preferences for Ionic.
## Usage
```bash
npm i -D tslint-ionic-rules
```
There is a strict flavor of lint rules, which we recommend:
```json
{
"extends": "tslint-ionic-rules/strict"
}
```
Otherwise, extend the base rules:
```json
{
"extends": "tslint-ionic-rules"
}
```