mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-21 21:10:34 +03:00
9cfde5b550
feat: update build script chore: use jiti instead of babel-node for examples
20 lines
265 B
Plaintext
20 lines
265 B
Plaintext
{
|
|
"extends": [
|
|
"@nuxtjs/eslint-config-typescript"
|
|
],
|
|
"globals": {
|
|
"__DEV__": true,
|
|
"__BROWSER__": false,
|
|
},
|
|
"overrides": [
|
|
{
|
|
"files": [
|
|
"examples/**"
|
|
],
|
|
"rules": {
|
|
"no-console": "off",
|
|
}
|
|
}
|
|
]
|
|
}
|