Socket
Book a DemoInstallSign in
Socket

tslint-ionic-rules

Package Overview
Dependencies
Maintainers
7
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tslint-ionic-rules

Common TypeScript lint rules/preferences for Ionic.

latest
Source
npmnpm
Version
0.0.21
Version published
Maintainers
7
Created
Source

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

Keywords

tslint

FAQs

Package last updated on 06 Dec 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts