aave-protocol-v2/tslint.json
2020-06-18 15:41:23 +03:00

17 lines
295 B
JSON

{
"extends": [
"tslint-config-prettier"
],
"rulesDirectory": [
"tslint-plugin-prettier"
],
"rules": {
"prettier": true,
"max-line-length": [true, 100],
"import-name": false
},
"linterOptions": {
"exclude": ["src/migration/**", "src/contracts/ABI/**"]
}
}