Chore: Remove Solhint + TSlint clean-up [TKR-585] (#593)

* contracts/ERC20

* remove tslint.json from erc20

* remove tslint.json from test-utils

* remove solhint from treasury

* remove tslint.json from treasury

* remove solhint from utils

* remove tslint.json from utils

* remove solhint from zero-ex

* remove lint-contracts
This commit is contained in:
eobbad
2022-09-27 14:51:47 -04:00
committed by GitHub
parent b6597df84f
commit 422f83fc99
11 changed files with 45 additions and 325 deletions

View File

@@ -1,6 +0,0 @@
{
"extends": ["@0x/tslint-config"],
"rules": {
"custom-no-magic-numbers": false
}
}