From 16320c9f156b7a5227edb82232d18702964ba7a6 Mon Sep 17 00:00:00 2001 From: David McCabe <43038510+mccabe-david@users.noreply.github.com> Date: Sat, 7 Sep 2024 09:02:58 -0400 Subject: [PATCH] Add linting for .tsx files --- TEMPLATES/.eslintrc.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/TEMPLATES/.eslintrc.yml b/TEMPLATES/.eslintrc.yml index d0d1d6d2..0b2f7166 100644 --- a/TEMPLATES/.eslintrc.yml +++ b/TEMPLATES/.eslintrc.yml @@ -40,3 +40,9 @@ overrides: parser: jsonc-eslint-parser parserOptions: jsonSyntax: JSON5 + + # TSX files + - files: + - "*.tsx" + extends: + - plugin:@typescript-eslint/recommended