修改了一些eslint的配置。

This commit is contained in:
2023-03-05 00:37:24 +08:00
parent f472031b6f
commit 52bcee8d39
8 changed files with 317 additions and 39 deletions

View File

@@ -3,9 +3,9 @@
* @Date: 2023-03-03 10:07:00
* @LastEditors: Kane
* @FilePath: /task_schedule/env.d.ts
* @Description:
*
* Copyright (c) ${2022} by Kane, All Rights Reserved.
* @Description:
*
* Copyright (c) ${2022} by Kane, All Rights Reserved.
*/
interface ImportMetaEnv
{
@@ -17,4 +17,4 @@ interface ImportMetaEnv
interface ImportMeta
{
readonly env: ImportMetaEnv;
}
}