1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-01-14 09:02:59 -05:00

lint literally ALL the things 🚓

This commit is contained in:
2021-10-12 18:54:55 -04:00
parent c09ffb6e1e
commit 73637105c5
19 changed files with 583 additions and 394 deletions

5
.prettierrc.json Normal file
View File

@@ -0,0 +1,5 @@
{
"printWidth": 100,
"tabWidth": 2,
"singleQuote": false
}