diff --git a/frontend/.prettierrc b/frontend/.prettierrc index d4d8cfc4..bd27edb1 100644 --- a/frontend/.prettierrc +++ b/frontend/.prettierrc @@ -5,11 +5,13 @@ "singleQuote": true, "trailingComma": "es5", "bracketSpacing": true, - "arrowParens": "avoid", - "overrides": [{ - "files": ["*.ejs"], - "options": { - "trailingComma": "none" - } - }] + "arrowParens": "avoid", + "overrides": [ + { + "files": ["*.ejs", "*.html"], + "options": { + "trailingComma": "none" + } + } + ] } diff --git a/frontend/deleteme.html b/frontend/deleteme.html index 39eb2038..ff424dad 100644 --- a/frontend/deleteme.html +++ b/frontend/deleteme.html @@ -1,35 +1,36 @@ -
- - -