2023-07-10 21:29:49 +02:00

15 lines
221 B
JSON

{
"fmt": {
"indentWidth": 4,
"lineWidth": 100,
"exclude": [
".vscode"
]
},
"lint": {
"rules": {
"exclude": ["no-explicit-any"]
}
}
}