Skip to content

Commit 0b5eef2

Browse files
authored
Merge pull request #87 from Cherry/fix/lint
chore: resolve eslint issues
2 parents 6e2f325 + 4709233 commit 0b5eef2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/story.test.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@ const simpleWithReadonlyOptions: XMeta<ButtonArgs> = {
7171
control: {
7272
type: 'select',
7373
},
74-
options: options,
75-
}
74+
options,
75+
},
7676
},
77-
}
77+
};
7878

7979
// NOTE Various story usages
8080
const Simple: XStory = () => 'Simple';

0 commit comments

Comments
 (0)