2026-05-13 15:20:43 +07:00
|
|
|
{
|
|
|
|
|
"formatter": {
|
|
|
|
|
"enabled": true,
|
|
|
|
|
"indentStyle": "space",
|
|
|
|
|
"indentWidth": 2,
|
|
|
|
|
"includes": ["src/**/*.ts", "tests/**/*.ts", "*.json", "*.ts"]
|
|
|
|
|
},
|
|
|
|
|
"linter": {
|
|
|
|
|
"enabled": true,
|
|
|
|
|
"rules": {
|
|
|
|
|
"recommended": true
|
|
|
|
|
},
|
|
|
|
|
"includes": ["src/**/*.ts", "tests/**/*.ts", "*.json", "*.ts"]
|
|
|
|
|
}
|
|
|
|
|
}
|