Match Prettier style

This way, people who have Prettier as their default formatter in their Editor (probably the majority of people) will not have the code re-formatted to double quotes if they are saving
This commit is contained in:
JonnyBurger
2025-08-26 15:03:54 +02:00
parent 2d11f53192
commit daa6bdbe1d
+4 -1
View File
@@ -104,5 +104,8 @@
"audio",
"subtitles",
"webcodecs"
]
],
"prettier": {
"singleQuote": true
}
}