* `@0x/asset-swapper`: Apply slippage to FQT bridge orders * review comments Co-authored-by: Lawrence Forman <me@merklejerk.com>
11 lines
241 B
JSON
11 lines
241 B
JSON
{
|
|
"extends": ["@0x/tslint-config"],
|
|
"rules": {
|
|
"max-file-line-count": false,
|
|
"binary-expression-operand-order": false
|
|
},
|
|
"linterOptions": {
|
|
"exclude": ["src/artifacts.ts", "test/artifacts.ts"]
|
|
}
|
|
}
|