Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shisama/tslint-to-eslint-sample
https://github.com/shisama/tslint-to-eslint-sample
Last synced: about 9 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/shisama/tslint-to-eslint-sample
- Owner: shisama
- License: mit
- Created: 2019-08-19T12:16:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-06T13:56:18.000Z (over 1 year ago)
- Last Synced: 2024-04-15T04:37:53.969Z (7 months ago)
- Language: JavaScript
- Size: 121 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
tslint-to-eslint-config sample
===This is minimum sample for tslint-to-eslint-config.
## setup
```
npm ci
```## scripts
### npm run convert
This runs `npx tslint-to-eslint-config --config .eslintrc.json --tslint ./tslint.json`.
This generates `.eslintrc.json` the original of which is `tslint.json`.### npm run tslint
This runs `npx tslint index.ts`. Running tslint to lint `index.ts`.### npm run eslint
This runs `npx eslint index.ts --config ./.eslintrc.json`. Running eslint to lint `index.ts`.