https://github.com/brunolm/tslint-config-codingwise
tslint config based on recommended with a few overrides
https://github.com/brunolm/tslint-config-codingwise
Last synced: 3 months ago
JSON representation
tslint config based on recommended with a few overrides
- Host: GitHub
- URL: https://github.com/brunolm/tslint-config-codingwise
- Owner: brunolm
- Created: 2018-06-21T14:00:02.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-28T18:21:11.000Z (almost 7 years ago)
- Last Synced: 2024-04-26T09:46:35.976Z (about 1 year ago)
- Language: TypeScript
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tslint-config-codingwise
## Install
```bash
npm i -D tslint-config-codingwise
```* requires `npm i -D tslint`
## Config
### Node
```json
{
"extends": "tslint-config-codingwise"
}
```### Angular
```json
{
"extends": "tslint-config-codingwise/angular"
}
```### React
```json
{
"extends": "tslint-config-codingwise/react"
}
```## Rules
- [tslint:recommended](https://github.com/palantir/tslint/blob/2b8a7374cf0fa28e85d95beb40aafd7cb011d157/src/configs/recommended.ts)
- [tslint:react](https://github.com/palantir/tslint-react/blob/master/tslint-react.json)
- [tslint:codelyzer](https://github.com/mgechev/codelyzer)
- [tslint:prettier](https://github.com/alexjoverm/tslint-config-prettier)