diff options
| author | FifthWit <fifthwitbusiness@gmail.com> | 2025-01-30 13:11:48 -0600 |
|---|---|---|
| committer | FifthWit <fifthwitbusiness@gmail.com> | 2025-01-30 13:11:48 -0600 |
| commit | 81342e2579165ebfdb28c749dc5225141721a419 (patch) | |
| tree | 8e5759c20b92408048fe5ac44f48e2df2a00ab9b /frontend/.prettierrc | |
| parent | fixed issues with useCallback (diff) | |
| download | lphub-81342e2579165ebfdb28c749dc5225141721a419.tar.gz lphub-81342e2579165ebfdb28c749dc5225141721a419.tar.bz2 lphub-81342e2579165ebfdb28c749dc5225141721a419.zip | |
switched to double quotes
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 680faf0..30dce81 100644 --- a/frontend/.prettierrc +++ b/frontend/.prettierrc | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | "tabWidth": 2, | 2 | "tabWidth": 2, |
| 3 | "useTabs": false, | 3 | "useTabs": false, |
| 4 | "semi": true, | 4 | "semi": true, |
| 5 | "singleQuote": true, | 5 | "singleQuote": false, |
| 6 | "trailingComma": "es5", | 6 | "trailingComma": "es5", |
| 7 | "printWidth": 80, | 7 | "printWidth": 80, |
| 8 | "bracketSpacing": true, | 8 | "bracketSpacing": true, |