eslint plugin chai friendly:使eslint对Chai.js的“期望”和“应该”语句友好 源码
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
用户评论