« get me outta code hell

drop prettier config (geez) - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/.prettierrc.json
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2026-03-31 19:55:32 -0300
committer(quasar) nebula <qznebula@protonmail.com>2026-03-31 19:55:32 -0300
commit1bc753d13be48c5505ad5f5c6910f2a440d016e5 (patch)
tree6005b52544fc33bf3a7c9fd43485aa0bfc19d249 /.prettierrc.json
parent90b0f3ebb163e05aa47aec66bf16ddaa03739546 (diff)
drop prettier config (geez)
Diffstat (limited to '.prettierrc.json')
-rw-r--r--.prettierrc.json13
1 files changed, 0 insertions, 13 deletions
diff --git a/.prettierrc.json b/.prettierrc.json
deleted file mode 100644
index bba89feb..00000000
--- a/.prettierrc.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
-  "arrowParens": "always",
-  "bracketSpacing": false,
-  "printWidth": 80,
-  "proseWrap": "never",
-  "quoteProps": "as-needed",
-  "requirePragma": true,
-  "semi": true,
-  "singleQuote": true,
-  "tabWidth": 2,
-  "trailingComma": "es5",
-  "useTabs": false
-}