This commit is contained in:
Shahrad Elahi
2023-11-04 15:35:45 +03:30
parent b56961377b
commit 93f9b506fa
10 changed files with 139 additions and 49 deletions

View File

@@ -2,6 +2,7 @@
"useTabs": false,
"semi": true,
"singleQuote": true,
"jsxSingleQuote": true,
"trailingComma": "all",
"printWidth": 120,
"jsxBracketSameLine": true,