Skip to content

Commit

Permalink
fix: add react/no-unknown-property of rule
Browse files Browse the repository at this point in the history
  • Loading branch information
zhang lay committed Sep 5, 2022
1 parent 40e64a7 commit 83b1e29
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 @@ -174,6 +174,7 @@ module.exports = {
// https://github.com/typescript-eslint/typescript-eslint/issues/2528#issuecomment-689369395
'no-undef': 0,
'react/jsx-curly-brace-presence': 0,
'react/no-unknown-property': 0,
},
globals: {
gtag: true,
Expand Down

0 comments on commit 83b1e29

Please sign in to comment.