1
0
Эх сурвалжийг харах

chore: add a prettier config

Junyu Zhan 4 жил өмнө
parent
commit
e7c6424426
1 өөрчлөгдсөн 15 нэмэгдсэн , 0 устгасан
  1. 15 0
      .prettierrc.js

+ 15 - 0
.prettierrc.js

@@ -0,0 +1,15 @@
+/**
+ * Copyright (c) Facebook, Inc. and its affiliates.
+ *
+ * This source code is licensed under the MIT license found in the
+ * LICENSE file in the root directory of this source tree.
+ *
+ */
+
+'use strict'
+
+module.exports = {
+  singleQuote: true,
+  trailingComma: 'es5',
+  semi: false,
+}