浏览代码

add eslint config

sainw 3 年之前
父节点
当前提交
ad7d91306b
共有 1 个文件被更改,包括 2 次插入1 次删除
  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
   }
 }