Development
December 2, 2022 ยท View on GitHub
Thanks for looking at tslint-to-eslint-config!
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!
Local Setup
After installing Node >= 14 (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 compile and run tests with npm run test.
Further Reading
- Architecture: How the general app structure operates
- Creating a Rule Converter: How to quickly add a missing converter for a TSLint rule
- Dependencies: How functions pass and receive static dependencies
- Testing: Unit tests