mirror of
https://github.com/status-im/dagger-contracts.git
synced 2025-01-29 15:55:34 +00:00
update solhint to 5.0.5
This commit is contained in:
parent
922121e659
commit
9c6224a370
@ -4,6 +4,9 @@
|
||||
"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"
|
||||
}
|
||||
}
|
||||
|
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