]> git.proxmox.com Git - pve-eslint.git/blob - eslint/templates/bug-report.md
import 8.41.0 source
[pve-eslint.git] / eslint / templates / bug-report.md
1 **Tell us about your environment (`npx eslint --env-info`):**
2
3 * **Node version:**
4 * **npm version:**
5 * **Local ESLint version:**
6 * **Global ESLint version:**
7 * **Operating System:**
8
9 **What parser are you using (place an "X" next to just one item)?**
10
11 [ ] `Default (Espree)`
12 [ ] `@typescript-eslint/parser`
13 [ ] `@babel/eslint-parser`
14 [ ] `vue-eslint-parser`
15 [ ] `@angular-eslint/template-parser`
16 [ ] `Other`
17
18 **Please show your full configuration:**
19
20 <details>
21 <summary>Configuration</summary>
22
23 <!-- Paste your configuration below: -->
24 ```js
25
26 ```
27
28 </details>
29
30 **What did you do? Please include the actual source code causing the issue.**
31
32 **What did you expect to happen?**
33
34 **What actually happened? Please include the actual, raw output from ESLint.**