We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cba0839 commit 93ea82eCopy full SHA for 93ea82e
packages/contracts/package.json
@@ -10,7 +10,7 @@
10
"test:coverage": "hardhat coverage",
11
"typechain": "hardhat typechain",
12
"lint": "solhint 'contracts/**/*.sol'",
13
- "lint:fix": "solhint 'contracts/**/*.sol' --fix"
+ "lint:fix": "solhint 'contracts/**/*.sol' --fix --noPrompt"
14
},
15
"devDependencies": {
16
"@nomicfoundation/hardhat-chai-matchers": "^2.0.0",
0 commit comments