Skip to content

Commit 911ad10

Browse files
authored
Fixes sveltejs#339
1 parent 2e9599b commit 911ad10

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib/elements.ts

+2
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,6 @@ export const formattableAttributes: string[] = [
6262
// None at the moment
6363
// Prettier HTML does not format attributes at all
6464
// and to be consistent we leave this array empty for now
65+
66+
"class"
6567
];

0 commit comments

Comments
 (0)