init repo from library-template

This commit is contained in:
2025-09-11 09:45:24 +02:00
commit 30970d257d
11 changed files with 123 additions and 0 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"
}