Leszek Wiesner 4 лет назад
Родитель
Сommit
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"
   }
 };