Skip to content

Commit

Permalink
fix(ui): eslint disaled rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Chau committed Apr 21, 2018
1 parent 75e86c6 commit a4f6e1d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/@vue/cli-service/ui.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* eslint-disable vue-libs/no-async-functions */

module.exports = api => {
const { setSharedData, getSharedData } = api.namespace('webpack-dashboard-')

Expand Down

0 comments on commit a4f6e1d

Please sign in to comment.