mirror of
https://github.com/vacp2p/foundry-template.git
synced 2026-01-09 15:17:57 -05:00
chore: simplify prettier scripts in "package.json"
This commit is contained in:
@@ -38,7 +38,7 @@
|
|||||||
"lint": "yarn lint:sol && yarn prettier:check",
|
"lint": "yarn lint:sol && yarn prettier:check",
|
||||||
"lint:sol": "solhint \"{src,test}/**/*.sol\"",
|
"lint:sol": "solhint \"{src,test}/**/*.sol\"",
|
||||||
"postinstall": "husky install",
|
"postinstall": "husky install",
|
||||||
"prettier": "prettier --config \"./.prettierrc.yml\" --write \"**/*.{json,md,sol,yml}\"",
|
"prettier": "prettier --write \"**/*.{json,md,sol,yml}\"",
|
||||||
"prettier:check": "prettier --config \"./.prettierrc.yml\" --check \"**/*.{json,md,sol,yml}\""
|
"prettier:check": "prettier --check \"**/*.{json,md,sol,yml}\""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user