docs(core): correct Type(S|s)cript typo in ESLint guide (#23041)

This commit is contained in:
Josh Goldberg ✨ 2024-04-29 12:28:35 -04:00 committed by GitHub
parent 9986144b60
commit 5a8a8c0a4e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
# Configuring ESLint with Typescript
# Configuring ESLint with TypeScript
ESLint is powerful linter by itself, able to work on the syntax of your source files and assert things about based on the rules you configure. It gets even more powerful, however, when TypeScript type-checker is layered on top of it when analyzing TypeScript files, which is something that `@typescript-eslint` allows us to do.