mirror of
https://github.com/AtHeartEngineering/bandada.git
synced 2026-01-09 02:28:30 -05:00
9
apps/contracts/.solhint.json
Normal file
9
apps/contracts/.solhint.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"extends": "solhint:recommended",
|
||||
"plugins": ["prettier"],
|
||||
"rules": {
|
||||
"prettier/prettier": "error",
|
||||
"compiler-version": ["error", ">=0.8.0"],
|
||||
"func-visibility": ["error", { "ignoreConstructors": true }]
|
||||
}
|
||||
}
|
||||
@@ -124,6 +124,8 @@
|
||||
"prettier": "^2.5.1",
|
||||
"process": "^0.11.10",
|
||||
"react-test-renderer": "18.1.0",
|
||||
"solhint": "^3.3.7",
|
||||
"solhint-plugin-prettier": "^0.0.5",
|
||||
"solidity-coverage": "^0.8.1",
|
||||
"ts-jest": "27.1.4",
|
||||
"ts-node": "9.1.1",
|
||||
|
||||
Reference in New Issue
Block a user