Skip to content

Commit

Permalink
docs(core): correct Type(S|s)cript typo in ESLint guide
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg authored and isaacplmann committed Apr 29, 2024
1 parent 9bf197f commit afa2c80
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 afa2c80

Please sign in to comment.