Nuxt/docs/.eslintrc

8 lines
65 B
Plaintext
Raw Normal View History

{
"settings": {
"import/ignore": [
"vue"
]
}
}