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.
2 parents 440f8b1 + e2f27b7 commit 3eeeeccCopy full SHA for 3eeeecc
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