修改ESLint问题

This commit is contained in:
2023-09-14 17:20:01 +08:00
parent 701eb95f03
commit 8db86081eb
67 changed files with 571 additions and 524 deletions

View File

@@ -1,4 +1,4 @@
import {formatTime} from '@/utils/index.js'
import { formatTime } from '@/utils/index.js'
describe('Utils:formatTime', () => {
const d = new Date('2018-07-13 17:54:01') // "2018-07-13 17:54:01"

View File

@@ -1,4 +1,4 @@
import {param2Obj} from '@/utils/index.js'
import { param2Obj } from '@/utils/index.js'
describe('Utils:param2Obj', () => {
const url = 'https://github.com/PanJiaChen/vue-element-admin?name=bill&age=29&sex=1&field=dGVzdA==&key=%E6%B5%8B%E8%AF%95'

View File

@@ -1,4 +1,4 @@
import {parseTime} from '@/utils/index.js'
import { parseTime } from '@/utils/index.js'
describe('Utils:parseTime', () => {
const d = new Date('2018-07-13 17:54:01') // "2018-07-13 17:54:01"

View File

@@ -1,4 +1,4 @@
import {validUsername, isExternal} from '@/utils/validate.js'
import { validUsername, isExternal } from '@/utils/validate.js'
describe('Utils:validate', () => {
it('validUsername', () => {