Skip to content

Latest commit

 

History

History
100 lines (99 loc) · 4.02 KB

01-bug-report-plugin.yaml

File metadata and controls

100 lines (99 loc) · 4.02 KB
NameAboutLabelsAssignees
🐛 Report a Bug With a RuleReport a bug you encountered with a lint rulebug,package: eslint-plugin,triage
Before You File a Bug Report Please Confirm You Have Done The Following...

If any of these required steps are not taken, we may not be able to review your issue. Help us to help you!

Link to an isolated reproduction in our online playground.
If either of the following holds true:

  • You can't reproduce the issue in the playground
  • Your issue requires some complex setup - such as multiple files or a specific folder structure.

Please do not use this template. Instead, select the
"Report a complex bug you encountered by providing an isolated reproduction repository" template.
Help us to help you!

A minimal code sample which reproduces the issue

A minimal ESLint config for reproducing the issue.
Please do not just paste your entire ESLint config - it just makes it harder for us to investigate.
If this is more than around 30 lines and/or contains lint rule settings unrelated to your bug report, you probably haven't isolated the repro.
Help us to help you!

(Optional) A minimal tsconfig for reproducing the issue, if you're using type-aware linting

What did you expect to happen? Please be specific here - list the exact lines and messages you expect.

What actually happened? Please be specific here - list the exact lines and messages that caused errors.

Any additional info you'd like to provide.
If ESLint threw an exception, please run your lint again with the --debug flag, and dump the output below. e.g. eslint path/to/broken/file.ts --debug