chore: setup prettier

This commit is contained in:
Kailasdevdas
2026-05-26 15:23:53 +05:30
parent 6c5e529017
commit 8a21e0bf38
6 changed files with 66 additions and 3 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"printWidth": 120,
"useTabs": true,
"tabWidth": 2,
"trailingComma": "es5",
"semi": true,
"singleQuote": true,
"bracketSpacing": true,
"arrowParens": "always",
"jsxSingleQuote": false,
"bracketSameLine": false,
"endOfLine": "lf"
}