aboutsummaryrefslogtreecommitdiffstats
path: root/.lintstagedrc.json
diff options
context:
space:
mode:
authorLeonardo Bishop <me@leonardobishop.com>2024-03-15 00:26:33 +0000
committerLeonardo Bishop <me@leonardobishop.com>2024-03-15 00:26:33 +0000
commit7139425e4fff006138e6aba94089f2782659ce94 (patch)
treeca8db40803adf81691a4d2c32d3ab45c46c53667 /.lintstagedrc.json
parentc9aefa81ca1950121d2357fc66afe15eb400f537 (diff)
Add lint-staged
Diffstat (limited to '.lintstagedrc.json')
-rw-r--r--.lintstagedrc.json3
1 files changed, 3 insertions, 0 deletions
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