From 8e916fc5215463f69b71b65d775ee38c31e29cc5 Mon Sep 17 00:00:00 2001 From: Guilherme Mota <guilhermebromonschenkel@gmail.com> Date: Wed, 9 Nov 2022 20:31:54 -0300 Subject: [PATCH] chore(*): add lint staged config --- .lintstagedrc.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.lintstagedrc.json b/.lintstagedrc.json index a1f75b7..e7396a7 100644 --- a/.lintstagedrc.json +++ b/.lintstagedrc.json @@ -1,3 +1,5 @@ { - "*.{ts,tsx}": [] + "*.{ts,tsx}": [ + "eslint --fix" + ] } \ No newline at end of file