aave-protocol-v2/tslint.json

13 lines
279 B
JSON
Raw Normal View History

2020-06-18 12:41:23 +00:00
{
2020-07-13 08:54:08 +00:00
"extends": ["tslint-config-prettier"],
"rulesDirectory": ["tslint-plugin-prettier"],
2020-06-18 12:41:23 +00:00
"rules": {
"prettier": true,
"max-line-length": [true, 100],
"import-name": false
},
"linterOptions": {
"exclude": ["src/migration/**", "src/contracts/ABI/**"]
}
}