1
1
---
2
2
name : ' @typescript-eslint/eslint-plugin'
3
3
about : Report an issue with the '@typescript-eslint/eslint-plugin' package
4
- title : ' '
4
+ title : ' [rulename] <issue title> '
5
5
labels : ' package: eslint-plugin, triage'
6
6
assignees : ' '
7
7
---
8
8
9
9
<!--
10
10
If you have a problem with a specific rule, please begin your issue title with [rulename] to make it easier to search for.
11
11
I.e. "[no-unused-vars] False positive when fooing the bar"
12
+
13
+ Please don't ignore this template.
14
+
15
+ If you ignore it, we're just going to respond asking you to fill it out, which wastes everyone's time.
16
+ The more relevant information you can include, the faster we can find the issue and fix it without asking you for more info.
12
17
-->
13
18
14
19
** Repro**
15
20
16
21
<!--
17
- Include a minimal reproduction case.
18
- Please try to avoid code that isn't directly related to the bug, as it makes it harder to investigate.
22
+ Include a *** minimal*** reproduction case.
23
+ The more irrelevant code/config you give, the harder it is for us to investigate.
19
24
-->
20
25
21
26
``` JSON
22
27
{
23
28
"rules" : {
24
- "typescript/<rule>" : " <setting>"
29
+ "typescript/<rule>" : [ " <setting>" ]
25
30
}
26
31
}
27
32
```
@@ -36,6 +41,13 @@ Please try to avoid code that isn't directly related to the bug, as it makes it
36
41
37
42
** Additional Info**
38
43
44
+ <!--
45
+ Did eslint throw an exception?
46
+
47
+ Please run your lint again with the --debug flag, and dump the output below.
48
+ i.e. eslint --ext ".ts,.js" src --debug
49
+ -->
50
+
39
51
** Versions**
40
52
41
53
| package | version |
0 commit comments