From 80cbef4f9c5bb7a7b230f52f7511f44d03e6e534 Mon Sep 17 00:00:00 2001 From: Maximilian Franzke <787658+mfranzke@users.noreply.github.com> Date: Sat, 18 Nov 2023 10:20:25 +0100 Subject: [PATCH] Document TypeScript extensions (#740) --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 36c505fe..f77ea227 100644 --- a/readme.md +++ b/readme.md @@ -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