docxy / docgen

Docxy is a React based open-source documentation site generator. Build beautiful, blazing fast documentation sites for your projects with just markdown.
https://docxy.traction.one/
Mozilla Public License 2.0
52 stars 10 forks source link

Migrate to eslint from tslint #13

Closed iamtraction closed 4 years ago

iamtraction commented 4 years ago

Why?

A while back eslint integrated the parser from tslint and now supports linting TypeScript. And therefore tslint is now deprecated.

Resources

ESLint - https://eslint.org/ Reference ESLint config. for TypeScript - https://github.com/TheBastionBot/Locke/blob/master/.eslintrc.yml

yogmel commented 4 years ago

Hi @k3rn31p4nic can I work on this task? So Eslint should be integrated/implemented and we should remove tslint, right?

iamtraction commented 4 years ago

can I work on this task?

Yes, absolutely.

So Eslint should be integrated/implemented and we should remove tslint, right?

Yeah, correct.