gxmari007 / vite-plugin-eslint

🚨 ESLint plugin for vite
MIT License
266 stars 44 forks source link

error Parsing error: Unterminated regular expression litera #66

Open shuizhou1 opened 1 year ago

shuizhou1 commented 1 year ago

vue3 + ts项目: .vue项目使用jsx语法,将标签的右括号识别成正则表达式,报错"error Parsing error: Unterminated regular expression litera".代码如下:

return <span>**</span>;

pluto-charon67 commented 10 months ago

大佬这个解决了吗