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

Latest commit

 

History

History
29 lines (20 loc) · 601 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 601 Bytes

🚨 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"
}