docs(core): correct Type(S|s)cript typo in ESLint guide (#23041)
This commit is contained in:
parent
9986144b60
commit
5a8a8c0a4e
@ -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.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user