chore: add ESLint, Prettier and Jest configuration

This commit is contained in:
Developer
2026-03-18 16:19:03 +08:00
parent 5dd00c310f
commit c1c7eb006b
5 changed files with 96 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "es5",
"printWidth": 100,
"bracketSpacing": true,
"arrowParens": "always"
}