Skip to content

Commit

Permalink
chore: disable solhint rule "no-global-import"
Browse files Browse the repository at this point in the history
  • Loading branch information
scorpion9979 committed Nov 7, 2023
1 parent 55eb5d2 commit bc18059
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .solhint.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"func-name-mixedcase": "off",
"func-visibility": ["error", { "ignoreConstructors": true }],
"max-line-length": ["error", 120],
"no-global-import": "off",
"not-rely-on-time": "off",
"prettier/prettier": [
"error",
Expand Down

0 comments on commit bc18059

Please sign in to comment.