Skip to content

Commit

Permalink
Update rule wording.
Browse files Browse the repository at this point in the history
  • Loading branch information
aaemnnosttv committed Jan 6, 2025
1 parent ac07a50 commit ff60e22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/eslint-plugin/rules/no-storybook-scenario-label.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ module.exports = {
type: 'problem',
docs: {
description:
'Disallow using label prop in Storybook stories scenario definitions.',
'Disallow defining the label property on scenario definitions for Storybook stories.',
},
messages: {
noLabelProp:
"The label prop is not allowed on a Story's VRT scenario definition.",
"The label property is not allowed on a story's VRT scenario definition.",
},
},
create( context ) {
Expand Down

0 comments on commit ff60e22

Please sign in to comment.