Use modern template

This commit is contained in:
2026-01-22 10:26:18 +01:00
parent 56fab67974
commit f338e82e72
10 changed files with 123 additions and 34 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"arrowParens": "avoid",
"tabWidth": 2,
"useTabs": false,
"bracketSpacing": false,
"printWidth": 120,
"semi": false,
"singleQuote": true,
"jsxSingleQuote": true,
"trailingComma": "none"
}