From 4d1a5ce422c250edf082dd9c5f61b10279c59da6 Mon Sep 17 00:00:00 2001 From: Michael Chappell Date: Thu, 27 Jan 2022 14:24:17 +0000 Subject: [PATCH] [DDW-773] added ts extensions to prettierignore --- .prettierignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.prettierignore b/.prettierignore index cd386dc5fa..523aeda201 100644 --- a/.prettierignore +++ b/.prettierignore @@ -11,6 +11,8 @@ # But not these file types !*.js +!*.ts +!*.tsx !*.scss !*.json