diff options
| author | Leonardo Bishop <me@leonardobishop.com> | 2024-03-15 00:26:33 +0000 |
|---|---|---|
| committer | Leonardo Bishop <me@leonardobishop.com> | 2024-03-15 00:26:33 +0000 |
| commit | 7139425e4fff006138e6aba94089f2782659ce94 (patch) | |
| tree | ca8db40803adf81691a4d2c32d3ab45c46c53667 /.lintstagedrc.json | |
| parent | c9aefa81ca1950121d2357fc66afe15eb400f537 (diff) | |
Add lint-staged
Diffstat (limited to '.lintstagedrc.json')
| -rw-r--r-- | .lintstagedrc.json | 3 |
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 |
