Skip to content

Commit 3b7f292

Browse files
author
Guillaume Chau
committed
fix(ui): remove eslint disable comment
1 parent 2a48305 commit 3b7f292

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

packages/@vue/cli-plugin-eslint/ui.js

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/* eslint-disable vue-libs/no-async-functions */
2-
31
module.exports = api => {
42
// Config file
53
api.describeConfig({

packages/@vue/cli-plugin-pwa/ui.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* eslint-disable vue-libs/no-async-functions */
21
const path = require('path')
32
const fs = require('fs')
43

packages/@vue/cli-service/ui.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* eslint-disable vue-libs/no-async-functions */
21
const { openBrowser } = require('@vue/cli-shared-utils')
32

43
module.exports = api => {

0 commit comments

Comments
 (0)