update solhint to 5.0.5

This commit is contained in:
Mark Spanbroek 2025-01-22 14:51:43 +01:00
parent 922121e659
commit 9c6224a370
3 changed files with 1324 additions and 1717 deletions

View File

@ -4,6 +4,9 @@
"compiler-version": ["warn", "^0.8.0"], "compiler-version": ["warn", "^0.8.0"],
"func-visibility": ["warn", {"ignoreConstructors": true}], "func-visibility": ["warn", {"ignoreConstructors": true}],
"private-vars-leading-underscore": ["warn", { "strict": true }], "private-vars-leading-underscore": ["warn", { "strict": true }],
"not-rely-on-time": "off" "not-rely-on-time": "off",
"no-global-import": "off",
"explicit-types": "off",
"immutable-vars-naming": "off"
} }
} }

3034
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -27,6 +27,6 @@
"hardhat-deploy-ethers": "^0.3.0-beta.13", "hardhat-deploy-ethers": "^0.3.0-beta.13",
"prettier": "^2.8.2", "prettier": "^2.8.2",
"prettier-plugin-solidity": "^1.1.1", "prettier-plugin-solidity": "^1.1.1",
"solhint": "^3.3.7" "solhint": "^5.0.5"
} }
} }