diff --git a/docs/shared/eslint.md b/docs/shared/eslint.md index 3f801960a7ceb..0b220b1d2ca57 100644 --- a/docs/shared/eslint.md +++ b/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.