mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
e38e1de740
Co-authored-by: Pooya Parsa <pooya@pi0.io>
11 lines
130 B
Plaintext
11 lines
130 B
Plaintext
{
|
|
"settings": {
|
|
"import/ignore": [
|
|
"vue"
|
|
]
|
|
},
|
|
"rules": {
|
|
"vue/no-v-text-v-html-on-component": "off"
|
|
}
|
|
}
|