This commit is contained in:
2024-07-19 10:26:29 +02:00
parent eb20e236e5
commit f06bb1549e
3 changed files with 18 additions and 4 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"printWidth": 120,
"tabWidth": 2,
"semi": true,
"trailingComma": "es5",
"singleQuote": true,
"arrowParens": "always",
"plugins": ["prettier-plugin-organize-imports"]
}