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