1. 首页
  2. 数据库
  3. 其它
  4. eslint config idiomatic:惯用js样式的ESLint配置 源码

eslint config idiomatic:惯用js样式的ESLint配置 源码

上传者: 2021-02-07 11:42:54上传 ZIP文件 14KB 热度 27次
eslint-config-idiomatic 编码样式的。 通过使用代码,确保源代码遵循编码样式。 将ESLint挂接到编辑器中,并建立管道以发挥最大作用。 :memo: 从v2.x升级的注意事项:此配置不再扩展eslint:recommended 。 请参阅。 惯用例: const thing = 'Hello' , another = 'World' , total = count ( [ 1 , 2 , 3 ] ) ; function idiomatic ( arg ) { let out = 'Bye' ; if ( ! arg ) { out
用户评论