Skip to content

Commit cf867a2

Browse files
committed
linting
1 parent 2a66efe commit cf867a2

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/js/settings/components/feature-additional-settings/excerpt-generation.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,6 @@ import { useFeatureContext } from '../feature-settings/context';
2121
* Component for Excerpt Generation feature settings.
2222
*
2323
* This component is used within the FeatureSettings component to allow users to configure the Excerpt Generation feature.
24-
*
25-
* @param {Object} props Component props.
26-
* @param {boolean} [props.showPrompt=true] Whether to show the prompt settings row.
27-
* @param {boolean} [props.showPostTypes=true] Whether to show the post types settings row.
28-
* @param {boolean} [props.showLength=true] Whether to show the excerpt length settings row.
29-
*
30-
* @return {React.ReactElement} ExcerptGenerationSettings component.
3124
*/
3225
export const ExcerptGenerationSettings = ( {
3326
showPrompt = true,

0 commit comments

Comments
 (0)