Skip to content

Commit 436bd9c

Browse files
authored
Add .solhint.json configuration file
1 parent ebbcee8 commit 436bd9c

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.solhint.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"extends": "solhint:recommended",
3+
"rules": {
4+
"max-line-length": ["warn", 120],
5+
"func-visibility": ["error", { "ignoreConstructors": true }],
6+
"no-unused-vars": "warn",
7+
"quotes": ["error", "double"]
8+
}
9+
}

0 commit comments

Comments
 (0)