Skip to content

Commit

Permalink
docs(core): correct Type(S|s)cript typo in ESLint guide (#23041)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Apr 29, 2024
1 parent 9986144 commit 5a8a8c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/shared/eslint.md
@@ -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.

Expand Down

0 comments on commit 5a8a8c0

Please sign in to comment.