Skip to content

Mention eslint:recommended in eslint-plugin's README? #588

@borekb

Description

@borekb

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

No one assigned

    Labels

    documentationDocumentation ("docs") that needs adding/updatinggood first issueGood for newcomerspackage: eslint-pluginIssues related to @typescript-eslint/eslint-plugin

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions