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"]
|
||
|
}
|
||
|
}
|
||
|
}
|