eslint常用rules记录,随时更新

Posted vokiinnn

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了eslint常用rules记录,随时更新相关的知识,希望对你有一定的参考价值。

    ‘avoidEscape‘: true     //允许双括号后加空格
 
    ‘semi‘:0            //语句后面不用加分号
   
    ‘quotes‘: [1, ‘single‘] //允许单双字符串,1报警告,0不报错了
   
    ‘space-before-function-paren‘: 0 //函数双括号前不用加空格
 
  
  ‘indent‘: [ ‘error‘, 2 ]        //缩进两个空格

以上是关于eslint常用rules记录,随时更新的主要内容,如果未能解决你的问题,请参考以下文章

eslint常见问题记录

部署反应应用程序时出错,它一直说 << Plugin "react" was conflicted between "package.json » eslin

eslint常用配置项

typescript-eslint 未使用 tsconfig

eslint Rules

从tslint迁移