Skip to content

Commit

Permalink
Move eslint deprecation lines for multi-line declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
ggdouglas committed Feb 4, 2025
1 parent d2572a0 commit a71f72a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/core/src/components/button/buttonGroup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,13 @@ export interface ButtonGroupProps extends Props, HTMLDivProps, React.RefAttribut
*/
export const ButtonGroup: React.FC<ButtonGroupProps> = React.forwardRef<HTMLDivElement, ButtonGroupProps>(
(props, ref) => {
// eslint-disable-next-line deprecation/deprecation
const {
alignText,
className,
fill,
// eslint-disable-next-line deprecation/deprecation
minimal,
// eslint-disable-next-line deprecation/deprecation
outlined,
large,
variant = "solid",
Expand Down

0 comments on commit a71f72a

Please sign in to comment.