https://github.com/uptechteam/tslint-uptech
https://github.com/uptechteam/tslint-uptech
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/uptechteam/tslint-uptech
- Owner: uptechteam
- Created: 2019-11-20T17:27:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-05T13:59:01.000Z (over 6 years ago)
- Last Synced: 2025-11-13T05:03:59.832Z (7 months ago)
- Size: 17.6 KB
- Stars: 1
- Watchers: 15
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### tslint-uptech
This is the TSLint config that is recommended to use for Uptech products
There is also base _tsconfig.json_ file that is recommended to use in order this config to work
The linter should be launched with the following command:
`tslint -p . -c tslint.json`, where project path with _tsconfig.json_ inside should be specified after `-p` option