aboutsummaryrefslogtreecommitdiffstats
path: root/.nano-staged.json
diff options
context:
space:
mode:
Diffstat (limited to '.nano-staged.json')
-rw-r--r--.nano-staged.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/.nano-staged.json b/.nano-staged.json
new file mode 100644
index 0000000..2a8c905
--- /dev/null
+++ b/.nano-staged.json
@@ -0,0 +1,7 @@
1{
2 "*.{cjs,js,jsx,ts,tsx}": [
3 "yarn lint:precommit",
4 "yarn test --findRelatedTests"
5 ],
6 "*.json": "prettier --write"
7}