lint and format

This commit is contained in:
2024-08-11 15:28:53 +02:00
parent da0cccfb0e
commit 57c5998435
36 changed files with 407 additions and 397 deletions

View File

@@ -9,5 +9,10 @@
"recommended": true
}
},
"javascript": {
"formatter": {
"semicolons": "asNeeded"
}
},
"formatter": { "indentStyle": "space", "indentWidth": 2 }
}