feat: added prettierrc

This commit is contained in:
0xvikasrushi
2024-07-16 23:14:49 +05:30
parent 3669e7cdbc
commit 55ed0fe9a2

17
common/.prettierrc Normal file
View File

@@ -0,0 +1,17 @@
{
"printWidth": 100,
"tabWidth": 2,
"useTabs": false,
"singleQuote": true,
"quoteProps": "as-needed",
"jsxSingleQuote": false,
"trailingComma": "es5",
"bracketSpacing": true,
"bracketSameLine": false,
"arrowParens": "always",
"proseWrap": "preserve",
"htmlWhitespaceSensitivity": "css",
"endOfLine": "lf",
"embeddedLanguageFormatting": "auto",
"singleAttributePerLine": false
}