d6d79e51e7
* Use 0x gas api instead of eth gas station api * Add integration test for `ProtocolFeeUtils` * Update CHANGELOG.json
12 lines
283 B
JSON
12 lines
283 B
JSON
{
|
|
"extends": ["@0x/tslint-config"],
|
|
"rules": {
|
|
"custom-no-magic-numbers": false,
|
|
"max-file-line-count": false,
|
|
"binary-expression-operand-order": false
|
|
},
|
|
"linterOptions": {
|
|
"exclude": ["src/artifacts.ts", "test/artifacts.ts"]
|
|
}
|
|
}
|