Skip to content

Commit

Permalink
disable es lint for prop-types
Browse files Browse the repository at this point in the history
  • Loading branch information
dzonidoo committed Jan 18, 2024
1 parent a55d0c1 commit 0e03cf5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ module.exports = {
'@typescript-eslint',
],
'rules': {
'react/prop-types': 0,
'@typescript-eslint/no-explicit-any': 0,
'@typescript-eslint/ban-ts-comment': 0,
'indent': [
Expand Down

0 comments on commit 0e03cf5

Please sign in to comment.