Skip to content

Overrides warnings not showing in problems pane #1059

Closed
@mcchong

Description

@mcchong

I am migrating from a javascript project to typescript, and have set up a eslintrc.yml file with the following overrides:

  - files:
      - "*.ts"
      - "*.tsx"
    parser: "@typescript-eslint/parser"
    extends: 
      - plugin:@typescript-eslint/recommended

However, the warnings emitted by that overrides (which appear when building in the terminal) do not show in the problems pane. I can't figure how to enable them so I think this is a bug.

Some more details:

  • lint task is enabled
  • I can see warnings from eslint from other rules in the "Problems" tab
  • I can modify my eslintrc.yml file and disable and enable other rules
  • The rules from the overrides item above are not visible in the problems tab, but visible when compiling other ways (e.g. running the build task).

Metadata

Metadata

Assignees

No one assigned

    Labels

    info-neededIssue requires more information from poster

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions