Skip to content

Commit

Permalink
Merge pull request #88 from storybookjs/fix/rule-name
Browse files Browse the repository at this point in the history
fix default-exports rule name
  • Loading branch information
yannbf authored Apr 7, 2022
2 parents 2b7594d + 72a4795 commit 3395cef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rules/default-exports.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { createStorybookRule } from '../utils/create-storybook-rule'
//------------------------------------------------------------------------------

export = createStorybookRule({
name: 'default-export',
name: 'default-exports',
defaultOptions: [],
meta: {
type: 'problem',
Expand Down

0 comments on commit 3395cef

Please sign in to comment.