diff options
| author | Joe Carstairs <jcarstairs@scottlogic.com> | 2023-08-02 18:37:53 +0100 |
|---|---|---|
| committer | Joe Carstairs <jcarstairs@scottlogic.com> | 2023-08-02 18:57:52 +0100 |
| commit | 498acb77f2f7c44c1c98beed9147fb8e2eb966f7 (patch) | |
| tree | 1c9af795df366422df0ccce9df068d4bfb6fe253 /frontend/.prettierrc | |
| parent | 944cf75b3aee146b16ac2a0e623037c131adc355 (diff) | |
Applies Prettier
Diffstat (limited to 'frontend/.prettierrc')
| -rw-r--r-- | frontend/.prettierrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/.prettierrc b/frontend/.prettierrc index f0acc0f..727eb83 100644 --- a/frontend/.prettierrc +++ b/frontend/.prettierrc @@ -5,4 +5,4 @@ "trailingComma": "es5", "plugins": ["prettier-plugin-astro"], "overrides": [{ "files": "*.astro", "options": { "parser": "astro" } }] -}
\ No newline at end of file +} |
