2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-19 17:50:35 +03:00
Files
vue-meta/.eslintrc
T
pimlie 27aaf4744a test: add render tests
fix: webpack dev server

chore: use eslint not prettier

unfeat: remove support for comments (its brokenn in Vue, maybe later)
2020-07-26 00:11:28 +02:00

19 lines
238 B
Plaintext

{
"extends": [
"@nuxtjs/eslint-config-typescript"
],
"globals": {
"__DEV__": true
},
"overrides": [
{
"files": [
"examples/**"
],
"rules": {
"no-console": "off",
}
}
]
}