neworbit-tslint-config
Advanced tools
Comparing version 2.0.1 to 2.0.2
{ | ||
"name": "neworbit-tslint-config", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "NewOrbit standard tslint configuration", | ||
"scripts": { }, | ||
"scripts": {}, | ||
"main": "tslint.json", | ||
@@ -7,0 +7,0 @@ "keywords": [ |
@@ -5,4 +5,18 @@ # neworbit-tslint-config | ||
## Installation | ||
`npm install neworbit-tslint-config --save-dev` | ||
## Setup | ||
Add `tslint.json` file with the following contents: | ||
```json | ||
{ | ||
"extends": "neworbit-tslint-config" | ||
} | ||
``` | ||
## License | ||
Made with :sparkling_heart: by [NewOrbit](https://www.neworbit.co.uk/) in Oxfordshire, and licensed under the [MIT Licence](LICENCE) |
8489
22