add eslint and prettier

This commit is contained in:
StarAppeal
2025-09-25 02:39:54 +02:00
parent 2e06562af9
commit e935ba66f3
4 changed files with 1312 additions and 3 deletions
+7
View File
@@ -0,0 +1,7 @@
{
"semi": true,
"singleQuote": false,
"tabWidth": 4,
"trailingComma": "es5",
"printWidth": 120
}