Skip to content

Commit 6324cce

Browse files
Mention typed linting performance
1 parent 3e81847 commit 6324cce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/blog/2024-12-04-differences-between-linting-and-type-checking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ for (const name in getArrayOfNames()) {
225225
}
226226
```
227227

228-
Augmenting ESLint with information from TypeScript makes for a more powerful set of lint rules.
228+
Typed linting comes at the cost of slowing down linting to roughly the speed of type-checking, but makes available a more powerful set of lint rules.
229229
See [Typed Linting: The Most Powerful TypeScript Linting Ever](https://typescript-eslint.io/blog/typed-linting) for more details on typed linting with typescript-eslint.
230230

231231
### TypeScript with Linting

0 commit comments

Comments
 (0)