Skip to content

Commit

Permalink
チェック用にeslint切る
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba committed Sep 9, 2024
1 parent 99e2361 commit b83d27c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* eslint-disable @typescript-eslint/no-unsafe-assignment */
/* eslint-disable @typescript-eslint/no-unsafe-member-access */
import { userEvent, within, expect, waitFor } from "@storybook/test";

import { Meta, StoryObj } from "@storybook/vue3";
Expand Down

0 comments on commit b83d27c

Please sign in to comment.