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
We were followingthe README a bit too blindly and just copied this to our.eslintrc.js
:
extends:['plugin:@typescript-eslint/recommended']
Only later we realized that this doesn't include any of theeslint:recommended
rules :) Rookie mistake but we previously used TSLint which, if I remember correctly, set up everything.
I now realize that in the ESLint world, typescript-eslint is just piece of the puzzle but it was not immediately obvious to us. I'm not sure if we're an exception or not but maybe this could be mentioned in the README?