解决You may use special comments to disable some warnings.


问题:运行vue项目出现:

You may use special comments to disable some warnings.
Use // eslint-disable-next-line to ignore the next line.
Use /* eslint-disable */ to ignore all warnings in a file.

原因:烦人的Eslint的检测机制

解决:取消Eslint的检测机制,将config文件下index.js里面的userEslint的值改为false就可以了

 

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM