https://github.com/neworbit/tslint-config
NewOrbit standard tslint configuration
https://github.com/neworbit/tslint-config
package
Last synced: 4 months ago
JSON representation
NewOrbit standard tslint configuration
- Host: GitHub
- URL: https://github.com/neworbit/tslint-config
- Owner: NewOrbit
- License: mit
- Created: 2017-04-28T09:04:24.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-07-27T09:03:44.000Z (almost 3 years ago)
- Last Synced: 2025-03-28T01:09:25.071Z (about 1 year ago)
- Topics: package
- Size: 20.5 KB
- Stars: 0
- Watchers: 29
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# neworbit-tslint-config
TSLint configuration for NewOrbit
## 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)