mirror of
https://github.com/status-im/codex-contracts-eth.git
synced 2025-02-12 00:17:34 +00:00
update solhint to 5.0.5
This commit is contained in:
parent
cf96d1a79d
commit
f060529519
@ -4,6 +4,10 @@
|
||||
"compiler-version": ["warn", "^0.8.0"],
|
||||
"func-visibility": ["warn", {"ignoreConstructors": true}],
|
||||
"private-vars-leading-underscore": ["warn", { "strict": true }],
|
||||
"not-rely-on-time": "off"
|
||||
"not-rely-on-time": "off",
|
||||
"no-global-import": "off",
|
||||
"explicit-types": "off",
|
||||
"immutable-vars-naming": "off",
|
||||
"one-contract-per-file": "off"
|
||||
}
|
||||
}
|
||||
|
3034
package-lock.json
generated
3034
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -27,6 +27,6 @@
|
||||
"hardhat-deploy-ethers": "^0.3.0-beta.13",
|
||||
"prettier": "^2.8.2",
|
||||
"prettier-plugin-solidity": "^1.1.1",
|
||||
"solhint": "^3.3.7"
|
||||
"solhint": "^5.0.5"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user