chore: add code quality tooling

This commit is contained in:
MythEclipse
2026-05-13 15:20:43 +07:00
parent 29cb2c20c6
commit 2676998411
3 changed files with 31 additions and 2 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"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"]
}
}