Commit dd8ecb3
committed
chore: fix typos ignore regex
- Update spellchecker:off/on regex pattern to use [\\s\\S]* instead of .*?\\n
This fixes issue where multiline content was not properly ignored
- Apply same fix to HTML comment variant
- Add trailing comma to maintain consistency with formatting rules
This aligns with the same fix applied to the Python SDK.1 parent 149c5c0 commit dd8ecb3
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
| 4 | + | |
| 5 | + | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments