chore: add prettier config files

This commit is contained in:
Pablo Lara
2024-07-05 11:01:12 +02:00
parent 1637325625
commit c7abc37671
2 changed files with 10 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
node_modules/
+9
View File
@@ -0,0 +1,9 @@
{
"bracketSpacing": true,
"singleQuote": false,
"trailingComma": "all",
"tabWidth": 2,
"useTabs": false,
"semi": true,
"printWidth": 120
}