Add Prettier configuration. Run Prettier

This commit is contained in:
Lennon Puldagrealy
2022-12-18 11:30:23 -08:00
parent ed47bcaa7a
commit f2be89fc73
22 changed files with 150 additions and 299 deletions
+12 -1
View File
@@ -1 +1,12 @@
{}
{
"tabWidth": 2,
"printWidth": 120,
"overrides": [
{
"files": "*.css",
"options": {
"tabWidth": 4
}
}
]
}