diff options
author | Puyodead1 <puyodead@protonmail.com> | 2022-08-17 02:10:10 -0400 |
---|---|---|
committer | Puyodead1 <puyodead@protonmail.com> | 2022-08-17 02:10:10 -0400 |
commit | f070bac69ac15ca9b6bfdd4d22bb0a8b2a1ede97 (patch) | |
tree | 75fd47e249b5e582ae57e36984f35cb9049555b7 | |
parent | change dev panel path, we missed this one... (diff) | |
download | server-f070bac69ac15ca9b6bfdd4d22bb0a8b2a1ede97.tar.xz |
remove duplicate key
-rw-r--r-- | .prettierrc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.prettierrc b/.prettierrc index 7d715cba..0defea23 100644 --- a/.prettierrc +++ b/.prettierrc @@ -2,6 +2,5 @@ "tabWidth": 4, "useTabs": true, "printWidth": 140, - "trailingComma": "none", - "useTabs": true + "trailingComma": "none" } \ No newline at end of file |