Bläddra i källkod

add eslint config

sainw 3 år sedan
förälder
incheckning
ad7d91306b
1 ändrade filer med 2 tillägg och 1 borttagningar
  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
   }
 }