解决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就可以了

 

解决You may use special comments to disable some warnings._第1张图片

 

转载于:https://www.cnblogs.com/lwming/p/11313683.html

你可能感兴趣的:(解决You may use special comments to disable some warnings.)