Parcourir la source

Turn off react/prop-types

Leszek Wiesner il y a 4 ans
Parent
commit
e4e5cd411d
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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"
   }
 };