Skip to content

Commit

Permalink
🔧 solhint: allow multiple solidity versions
Browse files Browse the repository at this point in the history
  • Loading branch information
cruzdanilo committed Nov 16, 2023
1 parent 76261b9 commit 00b87c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .solhint.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"plugins": ["prettier"],
"rules": {
"max-line-length": ["error", 120],
"compiler-version": ["error", "0.8.17"],
"compiler-version": ["error", "^0.8.17"],
"func-visibility": ["error", { "ignoreConstructors": true }],
"func-param-name-mixedcase": "error",
"modifier-name-mixedcase": "error",
Expand Down

0 comments on commit 00b87c0

Please sign in to comment.