From 1d8d8e57c25b0628ce8ff98cf6f3514f12c683cd Mon Sep 17 00:00:00 2001 From: di-sukharev Date: Fri, 26 May 2023 13:09:53 +0800 Subject: [PATCH] style(.prettierrc): reorder properties to follow alphabetical order --- .prettierrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.prettierrc b/.prettierrc index 32ebab4..e9c0f50 100644 --- a/.prettierrc +++ b/.prettierrc @@ -1,4 +1,4 @@ { - "singleQuote": true, - "trailingComma": "none" + "trailingComma": "none", + "singleQuote": true }