关闭EsLint校验

This commit is contained in:
aoshiguchen
2023-04-01 20:59:46 +08:00
parent cbbaca8590
commit e96083e996
2 changed files with 5 additions and 4 deletions
@@ -40,7 +40,8 @@ module.exports = {
},
module: {
rules: [
...(config.dev.useEslint ? [createLintingRule()] : []),
// 关闭EsLint校验
// ...(config.dev.useEslint ? [createLintingRule()] : []),
{
test: /\.vue$/,
loader: 'vue-loader',
@@ -92,10 +92,10 @@
</template>
<script>
import {createPortPool, deletePortPool, fetchList, updateEnableStatus, updatePortPool} from '@/api/portPool'
import {portGroupList} from '@/api/portGroup'
import { createPortPool, deletePortPool, fetchList, updateEnableStatus, updatePortPool } from '@/api/portPool'
import { portGroupList } from '@/api/portGroup'
import waves from '@/directive/waves' // 水波纹指令
import {parseTime} from '@/utils'
import { parseTime } from '@/utils'
import ButtonPopover from '../../components/Button/buttonPopover'
const calendarTypeOptions = [