vue-script2 icon indicating copy to clipboard operation
vue-script2 copied to clipboard

error Expected 1 empty line after require statement not followed by another require import/newline-after-import

Open BernardoCR opened this issue 4 years ago • 0 comments

I'm trying to load vue-script2 with this command: Vue.use(require('vue-script2')); but I'm getting this error: error Expected 1 empty line after require statement not followed by another require import/newline-after-import How can I solve that? Thank you.

BernardoCR avatar Jun 19 '20 23:06 BernardoCR