浏览代码

Turn off react/prop-types

Leszek Wiesner 4 年之前
父节点
当前提交
e4e5cd411d
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      pioneer/.eslintrc.js

+ 1 - 0
pioneer/.eslintrc.js

@@ -13,5 +13,6 @@ module.exports = {
     ...base.rules,
     '@typescript-eslint/no-explicit-any': 'off',
     '@typescript-eslint/camelcase': 'off',
+    "react/prop-types": "off"
   }
 };