From 96f6d15e54c85a86909459ee0e2c0525af4e019d Mon Sep 17 00:00:00 2001 From: martintrajanovski Date: Tue, 13 Feb 2024 09:21:06 +0100 Subject: [PATCH] fix: add lint-staged configuration --- .lintstagedrc.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .lintstagedrc.json diff --git a/.lintstagedrc.json b/.lintstagedrc.json new file mode 100644 index 00000000..044c3d44 --- /dev/null +++ b/.lintstagedrc.json @@ -0,0 +1,3 @@ +{ + "**/*.{js,ts}": ["npm run lint"] +}