Skip to content
This repository was archived by the owner on Oct 16, 2024. It is now read-only.
This repository was archived by the owner on Oct 16, 2024. It is now read-only.

'deprecation/deprecation': You have used a rule which requires parserServices to be generated. #87

@jonahallibone

Description

@jonahallibone

This error pops up when I try and use projectService configurations in my @typescript-eslint/parser

{
  files: ["**/*.ts", "**/*.tsx"],
  parser: "@typescript-eslint/parser",
  parserOptions: {
    ecmaVersion: "latest",
    projectService: {
      defaultProject: "./tsconfig.json",
    },
    tsconfigRootDir: __dirname,
  }
}

Not sure if anyone has run into this or found a solution?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions