mirror of
https://github.com/status-im/github-webhook-filter.git
synced 2025-01-09 21:36:20 +00:00
19 lines
301 B
JSON
19 lines
301 B
JSON
|
{
|
||
|
"fmt": {
|
||
|
"options": {
|
||
|
"indentWidth": 4,
|
||
|
"lineWidth": 100
|
||
|
},
|
||
|
"files": {
|
||
|
"exclude": [
|
||
|
".vscode"
|
||
|
]
|
||
|
}
|
||
|
},
|
||
|
"lint": {
|
||
|
"rules": {
|
||
|
"exclude": ["no-explicit-any"]
|
||
|
}
|
||
|
}
|
||
|
}
|