diff options
| author | Joe Carstairs <jcarstairs@scottlogic.com> | 2023-08-02 18:35:52 +0100 |
|---|---|---|
| committer | Joe Carstairs <jcarstairs@scottlogic.com> | 2023-08-02 18:57:52 +0100 |
| commit | 944cf75b3aee146b16ac2a0e623037c131adc355 (patch) | |
| tree | a13707ae2311decf9b97c5a30807ca21ba9cce59 /frontend/.prettierrc | |
| parent | edc414b64e12bb0aff1abcaa8495b1e09ef2dc3f (diff) | |
Installs Prettier
Diffstat (limited to 'frontend/.prettierrc')
| -rw-r--r-- | frontend/.prettierrc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/frontend/.prettierrc b/frontend/.prettierrc new file mode 100644 index 0000000..f0acc0f --- /dev/null +++ b/frontend/.prettierrc @@ -0,0 +1,8 @@ +{ + "printWidth": 100, + "proseWrap": "always", + "singleQuote": true, + "trailingComma": "es5", + "plugins": ["prettier-plugin-astro"], + "overrides": [{ "files": "*.astro", "options": { "parser": "astro" } }] +}
\ No newline at end of file |
