From 7139425e4fff006138e6aba94089f2782659ce94 Mon Sep 17 00:00:00 2001 From: Leonardo Bishop Date: Fri, 15 Mar 2024 00:26:33 +0000 Subject: Add lint-staged --- .lintstagedrc.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .lintstagedrc.json (limited to '.lintstagedrc.json') diff --git a/.lintstagedrc.json b/.lintstagedrc.json new file mode 100644 index 0000000..aa0c091 --- /dev/null +++ b/.lintstagedrc.json @@ -0,0 +1,3 @@ +{ + "**/*.{ts,js,vue}": "npx eslint --" +} \ No newline at end of file -- cgit v1.2.3-70-g09d2