Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/the-dr-lazy/tslint-config
Yet another TSLint config preset
https://github.com/the-dr-lazy/tslint-config
config eslint prettier standard ts tslint typescript
Last synced: 19 days ago
JSON representation
Yet another TSLint config preset
- Host: GitHub
- URL: https://github.com/the-dr-lazy/tslint-config
- Owner: the-dr-lazy
- License: mit
- Created: 2019-01-24T13:35:58.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-17T15:30:43.000Z (over 5 years ago)
- Last Synced: 2024-10-12T01:39:35.591Z (about 1 month ago)
- Topics: config, eslint, prettier, standard, ts, tslint, typescript
- Size: 24.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TSLint Config Preset (thebrodmann)
Personal TSLint config preset.
## Installation
```bash
# YARN
yarn add @thebrodmann/tslint-config# NPM
npm install @thebrodmann/tslint-config
```## Usage
In `tslint.json`:
```json
{
"extends": "@thebrodmann/tslint-config"
}
```P.S. Some TSLint rules require the use of --project to run.
## License
[MIT licensed](LICENSE)