Installed ESLint and Prettier

This commit is contained in:
2026-07-10 15:55:44 +02:00
parent b7be19cfc3
commit 8513c987c9
6 changed files with 589 additions and 1 deletions
+6
View File
@@ -0,0 +1,6 @@
{
"singleQuote": true,
"semi": true,
"trailingComma": "es5",
"printWidth": 100
}