Skip to content

Commit

Permalink
added lints
Browse files Browse the repository at this point in the history
  • Loading branch information
BabuTechBsf committed Oct 2, 2024
1 parent d0e8476 commit 4c88703
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
4 changes: 2 additions & 2 deletions src/components/breadcrumb/breadcrumb.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,5 +112,5 @@ export default Object.assign( Breadcrumb, {
Link: BreadcrumbLink,
Separator: BreadcrumbSeparator,
Ellipsis: BreadcrumbEllipsis,
Page: BreadcrumbPage
} );
Page: BreadcrumbPage,
} );
2 changes: 1 addition & 1 deletion src/components/breadcrumb/index.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export { default } from './breadcrumb.jsx';
export { default } from './breadcrumb.jsx';
2 changes: 1 addition & 1 deletion src/components/radio-button-group/radio-button-group.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -458,4 +458,4 @@ const ButtonGroupItem = ( {
export default Object.assign( RadioButton, {
Group: RadioButtonGroup,
Button: RadioButton,
} );
} );
12 changes: 8 additions & 4 deletions src/components/radio-button-group/radio-button-group.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,8 @@ export default {
},
},
borderOn: {
description: '`RadioButton.Button` : Adds a border around the button.',
description:
'`RadioButton.Button` : Adds a border around the button.',
control: 'boolean',
table: {
type: { summary: 'boolean' },
Expand All @@ -146,23 +147,26 @@ export default {
defaultValue: null,
},
inlineIcon: {
description: '`RadioButton.Button` : Positions icon inline to the label.',
description:
'`RadioButton.Button` : Positions icon inline to the label.',
control: 'boolean',
table: {
type: { summary: 'boolean' },
defaultValue: { summary: 'false' },
},
},
hideSelection: {
description: '`RadioButton.Button` : Positions icon inline to the label.',
description:
'`RadioButton.Button` : Positions icon inline to the label.',
control: 'boolean',
table: {
type: { summary: 'boolean' },
defaultValue: { summary: 'false' },
},
},
reversePosition: {
description: '`RadioButton.Button` : Positions icon inline to the label.',
description:
'`RadioButton.Button` : Positions icon inline to the label.',
control: 'boolean',
table: {
type: { summary: 'boolean' },
Expand Down

0 comments on commit 4c88703

Please sign in to comment.