码迷,mamicode.com
首页 > 其他好文 > 详细

屏蔽eslint代码格式报错

时间:2019-04-11 16:37:03      阅读:293      评论:0      收藏:0      [点我收藏+]

标签:modules   node   .json   config   nbsp   文件   info   hit   bsp   

1、在文件中找到node_modules

技术图片

 

2、node_modules文件夹下的eslint-config-standard

技术图片

 

3、打开eslint-config-standard文件夹下的eslintrc.json

技术图片

 

4、在eslintrc.json的“rules”部分可以修改

技术图片

 

把想屏蔽的错误的error改成off就可以屏蔽掉了

eg:
"no-irregular-whitespace": "error",
改成:"no-irregular-whitespace": "off",

 

屏蔽eslint代码格式报错

标签:modules   node   .json   config   nbsp   文件   info   hit   bsp   

原文地址:https://www.cnblogs.com/jianghan7/p/10690230.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!