aboutsummaryrefslogtreecommitdiffstats
path: root/.prettierrc.js
diff options
context:
space:
mode:
Diffstat (limited to '.prettierrc.js')
-rw-r--r--.prettierrc.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/.prettierrc.js b/.prettierrc.js
index 443f0c6..f2feee8 100644
--- a/.prettierrc.js
+++ b/.prettierrc.js
@@ -1,5 +1,5 @@
1/** @type {import("prettier").Options} */
1module.exports = { 2module.exports = {
2 singleQuote: true, 3 singleQuote: true,
3 arrowParens: 'avoid', 4 arrowParens: 'avoid',
4 trailingComma: 'all', 5};
5}