Skip to content

Commit

Permalink
Document TypeScript extensions (#740)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzke committed Nov 18, 2023
1 parent 37e1458 commit 80cbef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -282,7 +282,7 @@ Use one or more [shareable configs](https://eslint.org/docs/developer-guide/shar

Type: `string[]`

Allow more extensions to be linted besides `.js`, `.jsx`, `.mjs`, and `.cjs`. Make sure they're supported by ESLint or an ESLint plugin.
Allow more extensions to be linted besides `.js`, `.jsx`, `.mjs`, and `.cjs` as well as their TypeScript equivalents `.ts`, `.tsx`, `.mts` and `.cts`. Make sure they're supported by ESLint or an ESLint plugin.

### settings

Expand Down

0 comments on commit 80cbef4

Please sign in to comment.