Skip to content

Commit

Permalink
feat(eslint-config): turn off a react rule
Browse files Browse the repository at this point in the history
  • Loading branch information
tszhong0411 committed Feb 18, 2024
1 parent 30da055 commit fb58079
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/tough-buttons-turn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@tszhong0411/eslint-config": patch
---

turn off a react rule
1 change: 1 addition & 0 deletions packages/eslint-config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ module.exports = {
'react/react-in-jsx-scope': 0,
'react/button-has-type': 2,
'react/self-closing-comp': [2, { component: true, html: true }],
'react/no-unescaped-entities': 0,

// Unused import
'unused-imports/no-unused-imports': 2,
Expand Down

0 comments on commit fb58079

Please sign in to comment.