Skip to content

Commit

Permalink
Disable failing lint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
AjaiKN committed Feb 5, 2024
1 parent 19582bc commit 091e30d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ module.exports = {
"warn",
{ allowConstantExport: true },
],
"react/prop-types": ["off", {}],
},
};

0 comments on commit 091e30d

Please sign in to comment.