Skip to content
This repository has been 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

Open
jonahallibone opened this issue Jul 2, 2024 · 0 comments

Comments

@jonahallibone
Copy link

jonahallibone commented Jul 2, 2024

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?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant