Skip to content

Commit

Permalink
refactor(ui): use eslintrc.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Chau committed May 11, 2018
1 parent 086b714 commit b8f8dad
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 22 deletions.
12 changes: 12 additions & 0 deletions packages/@vue/cli-ui-addon-webpack/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
module.exports = {
root: true,
extends: [
'plugin:vue/essential',
'@vue/standard'
],
globals: {
ClientAddonApi: false,
mapSharedData: false,
Vue: false
}
}
12 changes: 0 additions & 12 deletions packages/@vue/cli-ui-addon-webpack/.eslintrc.json

This file was deleted.

10 changes: 0 additions & 10 deletions packages/@vue/cli-ui/.eslintrc

This file was deleted.

10 changes: 10 additions & 0 deletions packages/@vue/cli-ui/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
module.exports = {
root: true,
extends: [
'plugin:vue/essential',
'@vue/standard'
],
globals: {
ClientAddonApi: false
}
}

0 comments on commit b8f8dad

Please sign in to comment.