15 lines
221 B
JSON
Raw Normal View History

2022-09-02 22:24:33 +02:00
{
"fmt": {
2023-07-10 21:29:49 +02:00
"indentWidth": 4,
"lineWidth": 100,
"exclude": [
".vscode"
]
2022-09-02 22:24:33 +02:00
},
"lint": {
"rules": {
"exclude": ["no-explicit-any"]
}
}
}