diff --git a/.eslintrc.js b/.eslintrc.js index c4c9d03..a11d99e 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -23,8 +23,10 @@ module.exports = { rules: { "@typescript-eslint/explicit-function-return-type": "off", "@typescript-eslint/explicit-member-accessibility": "off", + "@typescript-eslint/array-type": "off", "react-hooks/exhaustive-deps": "warn", - "react-hooks/rules-of-hooks": "error" + "react-hooks/rules-of-hooks": "error", + "react/prop-types": "off" }, overrides: [ {