Added Linting and Formating

This commit is contained in:
Ahmad 2024-02-15 20:27:24 -05:00
parent 817cd7f92d
commit d5631b309a
No known key found for this signature in database
GPG key ID: 8FD8A93530D182BF
4 changed files with 950 additions and 422 deletions

8
.prettierrc.json Normal file
View file

@ -0,0 +1,8 @@
{
"trailingComma": "es5",
"semi": true,
"tabWidth": 2,
"singleQuote": true,
"jsxSingleQuote": true,
"plugins": ["prettier-plugin-tailwindcss"]
}