mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-04-24 05:50:21 -05:00
11 lines
135 B
Plaintext
11 lines
135 B
Plaintext
{
|
|
"root": true,
|
|
"extends": [
|
|
"plugin:vue/essential",
|
|
"@vue/standard"
|
|
],
|
|
"globals": {
|
|
"ClientAddonApi": false
|
|
}
|
|
}
|