Files
protocol/packages/asset-swapper/tslint.json
Lawrence Forman 5c57efe8a8 get rfq working
2021-11-30 22:47:08 -05:00

13 lines
303 B
JSON

{
"extends": ["@0x/tslint-config"],
"rules": {
"max-file-line-count": false,
"binary-expression-operand-order": false,
"no-bitwise": false,
"completed-docs": false
},
"linterOptions": {
"exclude": ["src/artifacts.ts", "test/artifacts.ts"]
}
}