Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

Commit

Permalink
update solhint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-fruitful committed Apr 3, 2022
1 parent 2ca1687 commit a4f97cd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .solhint.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
"extends": "solhint:recommended",
"plugins": [],
"rules": {
"use-forbidden-name": false,
"compiler-version": ["error", "^0.8.0"],
"use-forbidden-name": "off",
"indentation": ["warn", 2],
"quotes": false
"quotes": "off"
}
}

0 comments on commit a4f97cd

Please sign in to comment.