Skip to content

Commit 3ec49dc

Browse files
authored
Fix minor wording and formatting issues in blog post
Signed-off-by: Cam McHenry <[email protected]>
1 parent ecd7e13 commit 3ec49dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/blog/2025-12-01-type-aware-alpha.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Type-aware rules that run in `tsgolint` can be configured in `oxlint` just like
105105
"ignoreVoid": true,
106106
"allowForKnownSafePromises": [
107107
{ "from": "file", "name": "SafePromise" },
108-
{ "from": "lib", "name": "PromiseLike" },
108+
{ "from": "lib", "name": "PromiseLike" }
109109
]
110110
}]
111111
}
@@ -185,7 +185,7 @@ This design keeps Oxlint's core fast while leveraging TypeScript's type system t
185185

186186
### TypeScript Compatibility
187187

188-
`tsgolint` is based on [typescript-go](https://github.com/microsoft/typescript-go), Microsoft's TypeScript v7.0 rewrite in Go, not the original TypeScript compiler. This means that you encounter some features which are no longer supported.
188+
`tsgolint` is based on [typescript-go](https://github.com/microsoft/typescript-go), Microsoft's TypeScript v7.0 rewrite in Go, not the original TypeScript compiler. This means that you might encounter some features which are no longer supported.
189189

190190
**Important compatibility notes:**
191191

0 commit comments

Comments
 (0)