Skip to content

Commit

Permalink
fix(ui): remove eslint disable comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Chau committed May 2, 2018
1 parent 2a48305 commit 3b7f292
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions packages/@vue/cli-plugin-eslint/ui.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* eslint-disable vue-libs/no-async-functions */

module.exports = api => {
// Config file
api.describeConfig({
Expand Down
1 change: 0 additions & 1 deletion packages/@vue/cli-plugin-pwa/ui.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint-disable vue-libs/no-async-functions */
const path = require('path')
const fs = require('fs')

Expand Down
1 change: 0 additions & 1 deletion packages/@vue/cli-service/ui.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint-disable vue-libs/no-async-functions */
const { openBrowser } = require('@vue/cli-shared-utils')

module.exports = api => {
Expand Down

0 comments on commit 3b7f292

Please sign in to comment.