aave-protocol-v2/tslint.json

17 lines
295 B
JSON
Raw Normal View History

2020-06-18 12:41:23 +00:00
{
"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/**"]
}
}