BlueBaseJS / code-standards

📖 A collection of coding standard guidelines for BlueBase projects
0 stars 0 forks source link

Migrate TSLint to ESLint #8

Open artalat opened 5 years ago

artalat commented 5 years ago

Since TSLint is being migrated in favor of ESLint, the sooner we make the switch the better.

Useful Links:

taha437 commented 5 years ago

@artalat can you please elaborate more on the scope and scheme of migration. I have read both the documents attached in this issue and the instructions seem pretty straight forward. Should I just simply follow this documentation or there is a different approach. And also are the changes to be made solely on this repository or others as well.

artalat commented 5 years ago

starting from this repo, changes will be applied everywhere.

it is straight forward, but theres a catch. Not all rules are migrated with the script. specifically, react jsx rules. those you will have to migrate manually.

artalat commented 5 years ago

why is this marked as done? This is infact blocking a few other issues