eslint-plugin-vue icon indicating copy to clipboard operation
eslint-plugin-vue copied to clipboard

empty script tag cause an error

Open maqic opened this issue 8 years ago • 1 comments

https://github.com/Twiknight/eslint-plugin-vue/blob/master/lib/processors/vueProcessor.js#L14

childNodes[0] is undefined when script tag is empty.

maqic avatar Sep 08 '16 12:09 maqic

script tag has scr="" attr

maqic avatar Sep 08 '16 12:09 maqic