Skip to content

Latest commit

 

History

History
122 lines (122 loc) · 4.77 KB

6-bug-report-other.yaml

File metadata and controls

122 lines (122 loc) · 4.77 KB
NameAboutLabelsAssignees
🐛 Report a Bug With Another PackageReport a bug you encountered with another one of our packages (parser, util, scope-manager, etc)bug,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!

Note For Complex Issues

If your issue requires some complex reproduction - such as multiple files or a specific folder structure - please do not use this template.
Instead, select the "Report a Complex Bug With a Reproduction Repository" template.

Select the package against which you want to report the bug.

(Optional) Link to an isolated reproduction in our online playground.

A minimal code sample which reproduces the issue

(Optional) A minimal ESLint config for reproducing the issue

(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. i.e. eslint --ext ".ts,.js" src --debug