mirror of
https://github.com/logos-storage/logos-storage-contracts-eth.git
synced 2026-01-03 22:03:08 +00:00
vault: format all solidity files
This commit is contained in:
parent
79c127b80e
commit
7de8b8ccb6
@ -6,8 +6,8 @@
|
||||
"fuzz": "hardhat compile && fuzzing/fuzz.sh",
|
||||
"start": "hardhat node --export deployment-localhost.json",
|
||||
"compile": "hardhat compile",
|
||||
"format": "prettier --write contracts/**/*.sol test/**/*.js",
|
||||
"format:check": "prettier --check contracts/**/*.sol test/**/*.js",
|
||||
"format": "prettier --write contracts/*.sol contracts/**/*.sol test/**/*.js",
|
||||
"format:check": "prettier --check contracts/*.sol contracts/**/*.sol test/**/*.js",
|
||||
"lint": "solhint contracts/**.sol",
|
||||
"deploy": "hardhat deploy",
|
||||
"verify": "npm run verify:marketplace && npm run verify:state_changes",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user