Skip to content

Commit 7751855

Browse files
committed
lintstagedrc file
1 parent de4b87e commit 7751855

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.lintstagedrc

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"*.{js,ts,sol,json,md}": [
3+
"prettier --write"
4+
]
5+
}

package.json

-5
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,6 @@
2020
"prepare": "husky install",
2121
"prettier": "prettier --write --ignore-path .gitignore ."
2222
},
23-
"lint-staged": {
24-
"*.{js,ts,sol,json,md}": [
25-
"prettier --write"
26-
]
27-
},
2823
"devDependencies": {
2924
"@nomiclabs/hardhat-ethers": "^2.0.4",
3025
"@nomiclabs/hardhat-waffle": "^2.0.2",

0 commit comments

Comments
 (0)