diff --git a/packages/happy-dom/src/config/HTMLElementConfig.ts b/packages/happy-dom/src/config/HTMLElementConfig.ts
index dd261788..27a1e10b 100644
--- a/packages/happy-dom/src/config/HTMLElementConfig.ts
+++ b/packages/happy-dom/src/config/HTMLElementConfig.ts
@@ -4,12 +4,7 @@ import HTMLElementConfigContentModelEnum from './HTMLElementConfigContentModelEn
* @see https://html.spec.whatwg.org/multipage/indices.html
*/
export default <
- {
- [key: string]: {
- className: string;
- contentModel: HTMLElementConfigContentModelEnum;
- };
- }
+ { [key: string]: { className: string; contentModel: HTMLElementConfigContentModelEnum } }
>{
a: {
className: 'HTMLAnchorElement',