mirror of
https://github.com/logos-storage/logos-storage-contracts-eth.git
synced 2026-01-02 13:23:10 +00:00
update solhint to 5.0.5
This commit is contained in:
parent
9826f31788
commit
441d96bb08
@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
3022
package-lock.json
generated
3022
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