Skip to content

Commit 93ea82e

Browse files
committed
fix(contracts): avoid prompt on solhint fix
1 parent cba0839 commit 93ea82e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/contracts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"test:coverage": "hardhat coverage",
1111
"typechain": "hardhat typechain",
1212
"lint": "solhint 'contracts/**/*.sol'",
13-
"lint:fix": "solhint 'contracts/**/*.sol' --fix"
13+
"lint:fix": "solhint 'contracts/**/*.sol' --fix --noPrompt"
1414
},
1515
"devDependencies": {
1616
"@nomicfoundation/hardhat-chai-matchers": "^2.0.0",

0 commit comments

Comments
 (0)