From 6dfa7184e441dac22c26758d8afeff550f69f381 Mon Sep 17 00:00:00 2001 From: n4ze3m Date: Tue, 19 Mar 2024 14:13:36 +0530 Subject: [PATCH] Add lint-staged configuration for eslint --fix --- .lintstagedrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.lintstagedrc b/.lintstagedrc index 9e26dfee..25f171de 100644 --- a/.lintstagedrc +++ b/.lintstagedrc @@ -1 +1,3 @@ -{} \ No newline at end of file +{ + "app/ui/*.tsx" : "eslint --fix" +} \ No newline at end of file