1.0.7 • Published 4 years ago

tslint-config-dl v1.0.7

Weekly downloads
55
License
-
Repository
-
Last release
4 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

4 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago