Commit f7a5686
authored
fix(tasks): make typescript recommended section more accurate (#13015)
The typescript plugin issue shows some rules as recommended when they are actually stylistic. Fix the logic here, by only marking the rule as recommended when the value is recommended or when it is an object with a recommended key.1 parent 43b1c5a commit f7a5686
1 file changed
+13
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
107 | | - | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
108 | 119 | | |
109 | 120 | | |
110 | 121 | | |
| |||
0 commit comments