fix(ui): remove eslint disable comment

This commit is contained in:
Guillaume Chau
2018-05-02 17:02:07 +02:00
parent 2a483051ed
commit 3b7f292eb3
3 changed files with 0 additions and 4 deletions
-2
View File
@@ -1,5 +1,3 @@
/* eslint-disable vue-libs/no-async-functions */
module.exports = api => {
// Config file
api.describeConfig({
-1
View File
@@ -1,4 +1,3 @@
/* eslint-disable vue-libs/no-async-functions */
const path = require('path')
const fs = require('fs')
-1
View File
@@ -1,4 +1,3 @@
/* eslint-disable vue-libs/no-async-functions */
const { openBrowser } = require('@vue/cli-shared-utils')
module.exports = api => {