1. 首页
  2. 数据库
  3. 其它
  4. eslint plugin chai friendly:使eslint对Chai.js的“期望”和“应该”语句友好 源码

eslint plugin chai friendly:使eslint对Chai.js的“期望”和“应该”语句友好 源码

上传者: 2021-02-23 14:07:06上传 ZIP文件 38.3KB 热度 15次
eslint-plugin-chai友好的 这个插件覆盖no-unused-expressions ,使之朝着友好齐先生expect和should报表。 // this expect ( foo ) . to . be . true ; foo . should . be . true ; // instead of this expect ( foo ) . to . be . true ; // eslint-disable-line no-unused-expressions foo . should . be . true ; // eslint-disable-line no-u
用户评论