Skip to content

Latest commit

History

History
26 lines (17 loc) 路 1017 Bytes

Development.md

File metadata and controls

26 lines (17 loc) 路 1017 Bytes

Development

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