OSDN Git Service

chore: add prettierrc
authorj <coffce404@gmail.com>
Wed, 28 Jul 2021 08:41:32 +0000 (16:41 +0800)
committerj <coffce404@gmail.com>
Wed, 28 Jul 2021 08:41:32 +0000 (16:41 +0800)
.prettierrc.js [new file with mode: 0644]

diff --git a/.prettierrc.js b/.prettierrc.js
new file mode 100644 (file)
index 0000000..3934977
--- /dev/null
@@ -0,0 +1,6 @@
+module.exports = {
+  singleQuote: true,
+  semi: false,
+  printWidth: 80,
+  trailingComma: 'none',
+}