diff options
author | Parker <contact@pkrm.dev> | 2024-11-11 20:29:56 -0600 |
---|---|---|
committer | Parker <contact@pkrm.dev> | 2024-11-11 20:29:56 -0600 |
commit | 918a04076fa582200cc5b5b542f6d7b47c0fa5e0 (patch) | |
tree | 67ab9243785b549225f273f8961694c76157060a /app/.prettierrc | |
parent | c0b5500f007b0ec7a116a5dd20083e66cba7409e (diff) |
Fix formatting - mainly spacing
Diffstat (limited to 'app/.prettierrc')
-rw-r--r-- | app/.prettierrc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/.prettierrc b/app/.prettierrc new file mode 100644 index 0000000..0205ecf --- /dev/null +++ b/app/.prettierrc @@ -0,0 +1,6 @@ +{ + "semi": true, + "singleQuote": true, + "tabWidth": 2, + "trailingComma": "es5" +}
\ No newline at end of file |