Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 928 Bytes

Development.md

File metadata and controls

26 lines (17 loc) · 928 Bytes

Development

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!

Local Setup

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.

Further Reading