mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
13 lines
279 B
JSON
13 lines
279 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/**"]
|
|
}
|
|
}
|