File tree 3 files changed +58
-1
lines changed
3 files changed +58
-1
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ name : catch-all template
3
+ about : Provides some general structure to issues that people choose to log outside the normal flow
4
+ title : ' '
5
+ labels : triage
6
+ assignees : ' '
7
+ ---
8
+
9
+ ** What were you trying to do?**
10
+
11
+ ``` json
12
+ {
13
+ "rules" : {
14
+ "@typescript-eslint/<rule>" : [" <setting>" ]
15
+ }
16
+ }
17
+ ```
18
+
19
+ ``` ts
20
+ // Put your code here
21
+ ```
22
+
23
+ ** What did you expect to happen?**
24
+
25
+ ** What actually happened?**
26
+
27
+ ** Versions**
28
+
29
+ | package | version |
30
+ | --------------------------------------- | ------- |
31
+ | ` @typescript-eslint/eslint-plugin ` | ` X.Y.Z ` |
32
+ | ` @typescript-eslint/parser ` | ` X.Y.Z ` |
33
+ | ` @typescript-eslint/typescript-estree ` | ` X.Y.Z ` |
34
+ | ` @typescript-eslint/experimental-utils ` | ` X.Y.Z ` |
35
+ | ` TypeScript ` | ` X.Y.Z ` |
36
+ | ` node ` | ` X.Y.Z ` |
37
+ | ` npm ` | ` X.Y.Z ` |
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Are you opening an issue because the rule you're trying to use is not found?
22
22
1) Check the releases log: https://github.com/typescript-eslint/typescript-eslint/releases
23
23
- If the rule isn't listed there, then chances are it hasn't been released to the main npm tag yet.
24
24
2) Try installing the `canary` tag: `npm i @typescript-eslint/eslint-plugin@canary`.
25
- - The canary tag is built for every commit to master, so it contains the bleeding edge build.
25
+ - The canary tag is built for every commit to master, so it contains the bleeding edge build.
26
26
3) If ESLint still can't find the rule, then consider reporting an issue.
27
27
-->
28
28
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : ' @typescript-eslint/experimental-utils'
3
+ about : Report an issue with the `@typescript-eslint/experimental-utils` package
4
+ title : ' '
5
+ labels : ' package: utils, triage'
6
+ assignees : ' '
7
+ ---
8
+
9
+ ** What did you expect to happen?**
10
+
11
+ ** What actually happened?**
12
+
13
+ ** Versions**
14
+
15
+ | package | version |
16
+ | --------------------------------------- | ------- |
17
+ | ` @typescript-eslint/experimental-utils ` | ` X.Y.Z ` |
18
+ | ` TypeScript ` | ` X.Y.Z ` |
19
+ | ` node ` | ` X.Y.Z ` |
20
+ | ` npm ` | ` X.Y.Z ` |
You can’t perform that action at this time.
0 commit comments