Developmint / nuxt-svg-loader

SVGs as components, also on the server side!
MIT License
144 stars 14 forks source link

not work ESLint on save #39

Closed uto-usui closed 5 years ago

uto-usui commented 5 years ago

HI, thanks to great work.

https://github.com/Developmint/nuxt-svg-loader#how-to-fix-eslint-auto-lint-error

When I wrote this code to avoid lint error from nuxt-svg-loader, eslint for vue and js files was disabled in all cases. I created a project with create-nuxt-app.

Could anyone help me? Thanks.

Anaphase commented 5 years ago

Yeah, the regex in the README isn't doing what it's supposed to do... I'm pretty sure it should be:

/(node_modules)|(\.svg$)/
uto-usui commented 5 years ago

@Anaphase

It work ! Thank you for your help 🙏🏻