Skip to content

Commit

Permalink
docs(README): added typescript extensions #739
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzke committed Nov 18, 2023
1 parent 7629ce0 commit 0c4446e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -248,7 +248,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 0c4446e

Please sign in to comment.