diff options
| 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 |
| commit | 1bc753d13be48c5505ad5f5c6910f2a440d016e5 (patch) | |
| tree | 6005b52544fc33bf3a7c9fd43485aa0bfc19d249 | |
| parent | 90b0f3ebb163e05aa47aec66bf16ddaa03739546 (diff) | |
drop prettier config (geez)
| -rw-r--r-- | .prettierrc.json | 13 |
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 -} |