File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,13 @@ name: Bug report
3
3
about : Create a report to help us improve
4
4
---
5
5
6
+ <!--
7
+ ❗Please don't ignore this template.❗
8
+
9
+ If you ignore it, we're just going to respond asking you to fill it out, which wastes everyone's time.
10
+ The more relevant information you can include, the faster we can find the issue and fix it without asking you for more info.
11
+ -->
12
+
6
13
<!--
7
14
Before posting the issue, please confirm that the problem you're getting
8
15
is not related with your code editor configuration.
@@ -11,7 +18,9 @@ about: Create a report to help us improve
11
18
12
19
** Checklist**
13
20
14
- - [ ] I checked the [ FAQ] ( https://eslint.vuejs.org/user-guide/#faq ) .
21
+ - [ ] I have tried restarting my IDE and the issue persists.
22
+ - [ ] I have read the [ FAQ] ( https://eslint.vuejs.org/user-guide/#faq ) and my problem is not listed.
23
+ <!-- If you do not read the FAQ and open an issue that is listed in the FAQ, we may silently close the issue. -->
15
24
16
25
** Tell us about your environment**
17
26
@@ -22,7 +31,7 @@ about: Create a report to help us improve
22
31
23
32
** Please show your full configuration:**
24
33
<!-- Paste content of your .eslintrc file -->
25
- ``` json
34
+ ``` json5
26
35
27
36
```
28
37
You can’t perform that action at this time.
0 commit comments