Skip to content

Commit 7b3334b

Browse files
chore: <- update lint config
1 parent 0fd7fd0 commit 7b3334b

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

.solhint.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
11
{
2-
"extends": "solhint:default"
3-
}
2+
"extends": "solhint:recommended",
3+
"rules": {
4+
"compiler-version": ["error", "0.8.28"],
5+
"no-inline-assembly": "off",
6+
"no-unused-import": "error",
7+
"func-named-parameters": "off",
8+
"func-visibility": ["error", { "ignoreConstructors": true }],
9+
"reason-string": ["warn", { "maxLength": 64 }],
10+
"immutable-vars-naming": ["error", { "immutablesAsConstants": true }],
11+
"var-name-mixedcase": "error",
12+
"custom-errors": "error",
13+
"func-name-mixedcase": "error"
14+
}
15+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "based-applications",
33
"version": "0.0.0",
4-
"description": "Based Applications Contracts SSV",
4+
"description": "SSV Based Applications",
55
"scripts": {
66
"build": "forge fmt && forge build",
77
"deploy": "forge script script/DeployProxy.s.sol --rpc-url $HOLESKY_RPC_URL --private-key $PRIVATE_KEY --broadcast",

0 commit comments

Comments
 (0)