Commit 6143ccd
committed
Suppressed 'js/incomplete-string-escaping' warnings in:
- `context-mentions.ts`: The multi-step replace logic correctly handles backslash escaping, but may confuse static analysis.
- `path-mentions.test.ts`: Warning triggered on a string literal within a test assertion.1 parent f38869e commit 6143ccd
File tree
2 files changed
+6
-0
lines changed- webview-ui/src/utils
- __tests__
2 files changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
| 137 | + | |
137 | 138 | | |
138 | 139 | | |
139 | 140 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
76 | 81 | | |
77 | 82 | | |
78 | 83 | | |
| |||
0 commit comments