mirror of
https://github.com/status-im/github-webhook-filter.git
synced 2025-01-24 12:39:26 +00:00
15 lines
221 B
JSON
15 lines
221 B
JSON
{
|
|
"fmt": {
|
|
"indentWidth": 4,
|
|
"lineWidth": 100,
|
|
"exclude": [
|
|
".vscode"
|
|
]
|
|
},
|
|
"lint": {
|
|
"rules": {
|
|
"exclude": ["no-explicit-any"]
|
|
}
|
|
}
|
|
}
|