We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4bd92e commit e2f27b7Copy full SHA for e2f27b7
package.json
@@ -35,7 +35,7 @@
35
"deploy-rarimo-beta": "npx hardhat migrate --network rarimo-beta --verify",
36
"generate-types": "TYPECHAIN_FORCE=true npx hardhat typechain && npx hardhat gobind",
37
"generate-docs": "npx hardhat markup",
38
- "solhint-check": "solhint \"./contracts/**/*.sol\"",
+ "solhint-check": "solhint --noPoster \"./contracts/**/*.sol\"",
39
"lint-fix": "npm run lint-sol-fix && npm run lint-ts-fix && npm run lint-json-fix && npm run solhint-check",
40
"lint-json-fix": "prettier --write \"./**/*.json\"",
41
"lint-ts-fix": "prettier --write \"./**/*.ts\" --ignore-path .prettierignore",
0 commit comments