mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-04-27 07:09:16 -05:00
11 lines
144 B
JavaScript
11 lines
144 B
JavaScript
module.exports = {
|
|
root: true,
|
|
extends: [
|
|
'plugin:vue/essential',
|
|
'@vue/standard'
|
|
],
|
|
globals: {
|
|
ClientAddonApi: false
|
|
}
|
|
}
|