Skip to content

Commit

Permalink
add eslint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
daibhin committed Jan 2, 2024
1 parent 65944a4 commit ecbc704
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,10 @@ module.exports = {
element: 'Badge',
message: 'use LemonBadge instead',
},
{
element: 'InputNumber',
message: 'use LemonInput with type="number" instead',
},
{
element: 'Collapse',
message: 'use <LemonCollapse> instead',
Expand Down

0 comments on commit ecbc704

Please sign in to comment.