From 52c8a3a80cf7095c91b7dd1f46cbee85bc02703b Mon Sep 17 00:00:00 2001 From: Julian Skinner Date: Thu, 26 Oct 2023 07:46:40 -0500 Subject: [PATCH] chore: add lintstaged configuration --- .lintstagedrc.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .lintstagedrc.json diff --git a/.lintstagedrc.json b/.lintstagedrc.json new file mode 100644 index 0000000..55fa782 --- /dev/null +++ b/.lintstagedrc.json @@ -0,0 +1,8 @@ +{ + "*.{css,scss}": [ + "stylelint" + ], + "*.{js,jsx,ts,tsx}": [ + "eslint " + ] +}