mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-19 17:50:35 +03:00
27aaf4744a
fix: webpack dev server chore: use eslint not prettier unfeat: remove support for comments (its brokenn in Vue, maybe later)
19 lines
238 B
Plaintext
19 lines
238 B
Plaintext
{
|
|
"extends": [
|
|
"@nuxtjs/eslint-config-typescript"
|
|
],
|
|
"globals": {
|
|
"__DEV__": true
|
|
},
|
|
"overrides": [
|
|
{
|
|
"files": [
|
|
"examples/**"
|
|
],
|
|
"rules": {
|
|
"no-console": "off",
|
|
}
|
|
}
|
|
]
|
|
}
|