Package of TSLint rules for Ionic Angular projects. Current version 0.0.21, last release Feb 2022. Provides two preset configurations: base and strict. Requires TSLint ^5.1.0 and TypeScript ^2.1.0 || ^3.0.0. Note: TSLint is deprecated in favor of ESLint; this package is no longer maintained for new projects.
npm install tslint-ionic-rulesNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Installs the package with TSLint and TypeScript, configures tslint.json to use the strict preset, and runs the linter.
Migrate to ESLint using the Angular ESLint schematic: ng add @angular-eslint/schematics
Downgrade TypeScript to ^3.0.0 or migrate to ESLint-based rules.
Review the full rules list at node_modules/tslint-ionic-rules/tslint.js before combining with other configs.
Use @ionic/eslint-config or ESLint with Angular preset.
Use 'extends': 'tslint-ionic-rules/strict' and verify rule names from the source.
Run 'npm i -D tslint-ionic-rules' and ensure tslint.json is in the project root.