chore: suppress linter

This commit is contained in:
Acid Chicken (硫酸鶏)
2023-03-22 00:25:17 +09:00
parent 5ced8aef27
commit 1d0ca7eecf
430 changed files with 863 additions and 3 deletions

View File

@@ -1,3 +1,5 @@
/* eslint-disable @typescript-eslint/explicit-function-return-type */
/* eslint-disable import/no-default-export */
import { Meta, StoryObj } from '@storybook/vue3';
import MkNotificationSettingWindow from './MkNotificationSettingWindow.vue';
const meta = {