From 4c8870377950b6a676bb2a3fffba01639ac71412 Mon Sep 17 00:00:00 2001 From: BabuTechBsf Date: Wed, 2 Oct 2024 20:06:23 +0530 Subject: [PATCH] added lints --- src/components/breadcrumb/breadcrumb.jsx | 4 ++-- src/components/breadcrumb/index.js | 2 +- .../radio-button-group/radio-button-group.jsx | 2 +- .../radio-button-group/radio-button-group.stories.js | 12 ++++++++---- 4 files changed, 12 insertions(+), 8 deletions(-) diff --git a/src/components/breadcrumb/breadcrumb.jsx b/src/components/breadcrumb/breadcrumb.jsx index 3297904f..308a625d 100644 --- a/src/components/breadcrumb/breadcrumb.jsx +++ b/src/components/breadcrumb/breadcrumb.jsx @@ -112,5 +112,5 @@ export default Object.assign( Breadcrumb, { Link: BreadcrumbLink, Separator: BreadcrumbSeparator, Ellipsis: BreadcrumbEllipsis, - Page: BreadcrumbPage -} ); \ No newline at end of file + Page: BreadcrumbPage, +} ); diff --git a/src/components/breadcrumb/index.js b/src/components/breadcrumb/index.js index 8df86190..f939ff31 100644 --- a/src/components/breadcrumb/index.js +++ b/src/components/breadcrumb/index.js @@ -1 +1 @@ -export { default } from './breadcrumb.jsx'; \ No newline at end of file +export { default } from './breadcrumb.jsx'; diff --git a/src/components/radio-button-group/radio-button-group.jsx b/src/components/radio-button-group/radio-button-group.jsx index 70fa86a1..0f99cb8e 100644 --- a/src/components/radio-button-group/radio-button-group.jsx +++ b/src/components/radio-button-group/radio-button-group.jsx @@ -458,4 +458,4 @@ const ButtonGroupItem = ( { export default Object.assign( RadioButton, { Group: RadioButtonGroup, Button: RadioButton, -} ); \ No newline at end of file +} ); diff --git a/src/components/radio-button-group/radio-button-group.stories.js b/src/components/radio-button-group/radio-button-group.stories.js index d4fa8b1f..6275ded7 100644 --- a/src/components/radio-button-group/radio-button-group.stories.js +++ b/src/components/radio-button-group/radio-button-group.stories.js @@ -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' }, @@ -146,7 +147,8 @@ 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' }, @@ -154,7 +156,8 @@ export default { }, }, 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' }, @@ -162,7 +165,8 @@ export default { }, }, 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' },