Create .prettierrc

This commit is contained in:
Ariful Alam 2022-03-20 01:24:07 +06:00
parent ddcb175234
commit b1ba17e17a

8
.prettierrc Normal file
View File

@ -0,0 +1,8 @@
{
"semi": true,
"arrowParens": "always",
"bracketSpacing": true,
"printWidth": 80,
"singleQuote": true,
"tabWidth": 2
}