chore: add code quality tooling
This commit is contained in:
+15
@@ -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"]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user