From e372e660cb2ab6f89babda8763d81a26f8ffe963 Mon Sep 17 00:00:00 2001 From: Booteille Date: Tue, 12 Nov 2024 13:30:59 +0100 Subject: [PATCH] Update lufi to only use Lufi API --- .prettierrc | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .prettierrc diff --git a/.prettierrc b/.prettierrc new file mode 100644 index 0000000..2b415a4 --- /dev/null +++ b/.prettierrc @@ -0,0 +1,5 @@ +{ + "quoteProps": "consistent", + "printWidth": 80, + "tabWidth": 2 +} \ No newline at end of file