Skip to content

Latest commit

 

History

History
87 lines (66 loc) · 2.27 KB

typescript-eslint-parser.md

File metadata and controls

87 lines (66 loc) · 2.27 KB
name about title labels assignees
@typescript-eslint/parser
Report an issue with the '@typescript-eslint/parser' package
package: parser, triage
  • I have tried restarting my IDE and the issue persists.
  • I have updated to the latest version of the packages.
  • I have read the FAQ and my problem is not listed.

Repro

{
  "rules": {
    "@typescript-eslint/<rule>": ["<setting>"]
  },
  "parserOptions": {
    "...": "something"
  }
}
// your repro code case

Expected Result

Actual Result

Additional Info

Versions

package version
@typescript-eslint/parser X.Y.Z
TypeScript X.Y.Z
ESLint X.Y.Z
node X.Y.Z