add linter

This commit is contained in:
hazycora 2023-08-02 17:17:01 -05:00
parent 28906bfb80
commit d684ad6045
No known key found for this signature in database
GPG key ID: 215AF1F81F86940E
6 changed files with 1091 additions and 22 deletions

8
.prettierrc Normal file
View file

@ -0,0 +1,8 @@
{
"semi": false,
"useTabs": true,
"singleQuote": true,
"trailingComma": "none",
"arrowParens": "avoid",
"bracketSameLine": false
}