Skip to content

Commit

Permalink
Don't check for prop types
Browse files Browse the repository at this point in the history
  • Loading branch information
ezzatron committed Jul 9, 2022
1 parent 3e124e1 commit e46aa1c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,8 @@ module.exports = {
version: "detect",
},
},
rules: {
// don't use run-time prop types, use TypeScript instead
"react/prop-types": "off",
},
};

0 comments on commit e46aa1c

Please sign in to comment.