Skip to content

Commit 4ef4fac

Browse files
committed
fixup!
1 parent c8a2c81 commit 4ef4fac

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

.nano-staged.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"*.{js,mjs,jsx}": ["eslint --fix", "prettier --write"],
3+
"*.{json,yml}": ["prettier --write"]
4+
}

package.json

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -85,14 +85,5 @@
8585
"unist-util-visit": "^5.0.0",
8686
"vfile": "^6.0.3",
8787
"yaml": "^2.8.0"
88-
},
89-
"nano-staged": {
90-
"*.{js,mjs,jsx}": [
91-
"eslint --fix",
92-
"prettier --write"
93-
],
94-
"*.{json,yml}": [
95-
"prettier --write"
96-
]
9788
}
9889
}

0 commit comments

Comments
 (0)