Skip to content

Commit

Permalink
remove quotes rule
Browse files Browse the repository at this point in the history
  • Loading branch information
waynehoover committed Oct 26, 2023
1 parent 6251651 commit 6c223db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .solhint.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "solhint:recommended",
"rules": {
"compiler-version": ["error",">=0.8.0"],
"avoid-low-level-calls": "off"
"avoid-low-level-calls": "off",
"quotes": "off"
}
}

0 comments on commit 6c223db

Please sign in to comment.