summaryrefslogtreecommitdiffhomepage
path: root/prettier.config.js
diff options
context:
space:
mode:
authorMatthew Miller <matthew@millerti.me>2023-08-22 10:13:03 -0700
committerGitHub <noreply@github.com>2023-08-22 10:13:03 -0700
commitfefc95e4535e6ecf903f647124a492fba3fd11d6 (patch)
tree4c924d43d32fb12a780533302eaf5dee08875d75 /prettier.config.js
parent443c341bc2163f07b93a3ef84a43294d10b826f8 (diff)
parent2935857c76d458c26701842e500f8d97d17499c5 (diff)
Merge pull request #425 from MasterKale/feat/server-esm-take-2-dnt
feat/server-esm-take-2-dnt
Diffstat (limited to 'prettier.config.js')
-rw-r--r--prettier.config.js9
1 files changed, 0 insertions, 9 deletions
diff --git a/prettier.config.js b/prettier.config.js
deleted file mode 100644
index 148f7b2..0000000
--- a/prettier.config.js
+++ /dev/null
@@ -1,9 +0,0 @@
-module.exports = {
- trailingComma: 'all',
- arrowParens: 'avoid',
- tabWidth: 2,
- semi: true,
- singleQuote: true,
- printWidth: 100,
- // parser: 'typescript',
-};