-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
documentationDocumentation ("docs") that needs adding/updatingDocumentation ("docs") that needs adding/updatinggood first issueGood for newcomersGood for newcomerspackage: eslint-pluginIssues related to @typescript-eslint/eslint-pluginIssues related to @typescript-eslint/eslint-plugin
Description
We were following the 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 the eslint: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?
Metadata
Metadata
Assignees
Labels
documentationDocumentation ("docs") that needs adding/updatingDocumentation ("docs") that needs adding/updatinggood first issueGood for newcomersGood for newcomerspackage: eslint-pluginIssues related to @typescript-eslint/eslint-pluginIssues related to @typescript-eslint/eslint-plugin