Skip to content

Commit

Permalink
fix(no-deprecated-props): don't remove hideSpinButtons
Browse files Browse the repository at this point in the history
closes #91
  • Loading branch information
KaelWD committed Mar 10, 2024
1 parent 0d89c65 commit 4a45a9f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/rules/no-deprecated-props.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ const inputs = {
filled: { name: 'variant', value: 'filled' },
fullWidth: false,
height: false,
hideSpinButtons: false,
loaderHeight: false,
outline: { name: 'variant', value: 'outlined' },
outlined: { name: 'variant', value: 'outlined' },
Expand Down

0 comments on commit 4a45a9f

Please sign in to comment.