Skip to content

Commit a4fed36

Browse files
authored
fix(eslint): make header valid MDX
Mintlify can't handle the '<' character here
1 parent 77de2e6 commit a4fed36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lint/eslint.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ eslint = lint_eslint_aspect(
2727
)
2828
```
2929
30-
### With ts_project <=3.2.0
30+
### With ts_project prior to version 3.2.0
3131
32-
Prior to [commit 5e25e91]https://github.com/aspect-build/rules_ts/commit/5e25e91420947e3a81938d8eb076803e5cf51fe2)
32+
Prior to [commit 5e25e91](https://github.com/aspect-build/rules_ts/commit/5e25e91420947e3a81938d8eb076803e5cf51fe2)
3333
the rule produced by the `ts_project` macro and a custom `transpiler` expanded the macro to
3434
multiple targets, including changing the default target to `js_library`.
3535

0 commit comments

Comments
 (0)