Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.8k
Closed
Description
Before You File a Documentation Request Please Confirm You Have Done The Following...
- I have looked for existingopen or closed documentation requests that match my proposal.
- I haveread the FAQ and my problem is not listed.
Suggested Changes
The “Getting Started” section currently shows a how-to using thetseslint.config
helper package.

However, as mentioned in#8211 (comment), that was incredibly confusing to me, given that I — as do most other devs — have a number of plugins we need to connect to ESLint.
TheGetting Started section isn’t the place to introduce this helper, since it creates the impression that this is the only possible way to use thetypescript-eslint
package. I get that you might think that thetseslint.config
helper makes things easier for us — and it might, for some —, but for me it made things more confusing, and therefore more difficult.