Thanks for looking at tslint-to-eslint-config! It's very new and I very much would appreciate your help.
Any issue marked as accepting prs on the issue tracker is fair game to take on.
Please do file issues if you find bugs or lacking features!
After installing Node >= 12 (latest LTS), clone and install packages locally with:
git clone https://github.com/typescript-eslint/tslint-to-eslint-config
cd tslint-to-eslint-config
npm i
Compile with npm run tsc
and run tests with npm run test
.
- Architecture: How the general app structure operates
- Dependencies: How functions pass and receive static dependencies
- Testing: Unit tests