mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-05-17 03:09:36 +03:00
14 lines
178 B
Plaintext
14 lines
178 B
Plaintext
{
|
|
"root": true,
|
|
"parserOptions": {
|
|
"parser": "babel-eslint",
|
|
"sourceType": "module"
|
|
},
|
|
"extends": [
|
|
"@nuxtjs"
|
|
],
|
|
"globals": {
|
|
"Vue": "readable"
|
|
}
|
|
}
|