eslint / rewrite

Monorepo for the new version of ESLint
Apache License 2.0
64 stars 4 forks source link

Change Request: Set up typescript-eslint #69

Open nzakas opened 4 days ago

nzakas commented 4 days ago

Which packages would you like to change?

What problem do you want to solve?

We have several packages that have at least one .ts file, but we have no automation aside from running tsc to check its validity.

What do you think is the correct solution?

We should set up typescript-eslint to lint all .ts files. This will double as an integration test for us with typescript-eslint.

Participation

Additional comments

@JoshuaKGoldberg feel like taking this one?

JoshuaKGoldberg commented 4 days ago

I'd love to. 🙂

JoshuaKGoldberg commented 4 days ago

I think I should wait until #68 is in.