Browse Source

Turn off react/prop-types

Leszek Wiesner 4 năm trước cách đây
mục cha
commit
e4e5cd411d
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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"
   }
 };