about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorNick Schonning <nschonni@gmail.com>2023-04-03 06:41:10 -0400
committerGitHub <noreply@github.com>2023-04-03 12:41:10 +0200
commit373e4a8ff034f189597cfbf651450b906eb598b1 (patch)
tree3be5469d1aae6616fb2aa562fcc465b6dae20d38 /package.json
parentbe230be734e5b8e33e6336771878c5840bc9216f (diff)
Move ESLint configs to overrides (#24370)
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 9d798636d..0b06353a1 100644
--- a/package.json
+++ b/package.json
@@ -211,7 +211,7 @@
   },
   "lint-staged": {
     "*": "prettier --ignore-unknown --write",
-    "*.{js,jsx}": "eslint --fix",
+    "*.{js,jsx,ts,tsx}": "eslint --fix",
     "*.{css,scss}": "stylelint --fix"
   }
 }