chore: add eslint config

This commit is contained in:
fanxingqiang
2021-07-05 17:39:00 +08:00
committed by 踏学吾痕
parent 0adc256d53
commit e1200f2dbe
10 changed files with 1873 additions and 3158 deletions

View File

@@ -1,4 +1,4 @@
import dotenv from 'dotenv';
import * as dotenv from 'dotenv';
export interface ViteEnv {
VITE_PORT: number;
@@ -35,4 +35,4 @@ export function loadEnv(): ViteEnv {
process.env[envName] = realName;
}
return ret;
}
}