Skip to content
This repository has been archived by the owner on Aug 28, 2020. It is now read-only.

Common TypeScript lint rules/preferences for Ionic.

License

Notifications You must be signed in to change notification settings

ionic-team/tslint-ionic-rules

Repository files navigation

🚨 DEPRECATED 🚨

TSLint isn't maintained anymore. Use Prettier with @ionic/prettier-config. Also see eslint-config-ionic.

TSLint rules for Ionic

Common TypeScript lint rules/preferences for Ionic.

Usage

npm i -D tslint-ionic-rules

There is a strict flavor of lint rules, which we recommend:

{
  "extends": "tslint-ionic-rules/strict"
}

Otherwise, extend the base rules:

{
  "extends": "tslint-ionic-rules"
}