[chore] remove singleQuote options from prettierrc

commit a35874f6456efcdccc4d8439518094de0002ab11
Author: Zoë Bijl <code@moiety.me>
Date:   Wed Oct 15 09:26:04 2025 +0200

    [chore] remove singleQuote options from prettierrc

    These default to false, which is inline with the changes made in #88 / 1ff70886a1
This commit is contained in:
Zoë Bijl
2025-10-15 09:45:31 +02:00
parent fd5f6f60cc
commit 633352118b
-2
View File
@@ -1,4 +1,2 @@
module.exports = {
singleQuote: true,
jsxSingleQuote: true,
};