1.0.7 • Published 6 years ago

tslint-config-dl v1.0.7

Weekly downloads
55
License
-
Repository
-
Last release
6 years ago

tslint-config-dl

How to include linting tslint rules in your project

Install following packages: npm install -D tslint tslint-config-dl

On your app please set tslint.json

{
  "defaultSeverity": "error",
  "extends": ["tslint-config-dl"],
  "jsRules": {},
  "rules": {},
  "rulesDirectory": [],
  "linterOptions": {
    "exclude": ["node_modules/**"]
  }
}
1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago