Browse Source

Merge remote-tracking branch 'upstream/master'

PhyoThandar 3 years ago
parent
commit
c0f154d29a
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .eslintrc

+ 2 - 1
.eslintrc

@@ -28,6 +28,7 @@
     "react/jsx-handler-names": 0,
     "react/jsx-fragments": 0,
     "react/no-unused-prop-types": 0,
-    "import/export": 0
+    "import/export": 0,
+    "prettier/prettier": 0
   }
 }