Skip to content

Commit

Permalink
chore(eslint): component semantics enforcement
Browse files Browse the repository at this point in the history
  • Loading branch information
kripod committed Jul 12, 2024
1 parent 5ebd76d commit 6e4b8cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"plugins": ["react-refresh"],
"settings": {
"jsx-a11y": {
"polymorphicPropName": "as",
"components": {
"ButtonPrimary": "button"
"ButtonPrimary": "button",
"Input": "input"
}
}
},
Expand Down

0 comments on commit 6e4b8cc

Please sign in to comment.