mirror of
https://github.com/ArthurDanjou/trpc-nuxt.git
synced 2026-01-14 20:19:33 +01:00
13 lines
230 B
Plaintext
13 lines
230 B
Plaintext
{
|
|
"extends": [
|
|
"@nuxtjs/eslint-config-typescript"
|
|
],
|
|
"rules": {
|
|
"@typescript-eslint/no-unused-vars": [
|
|
"off"
|
|
],
|
|
"vue/multi-word-component-names": "off",
|
|
"vue/no-multiple-template-root": "off"
|
|
}
|
|
}
|