eslint插件摩卡清理 安装 您首先需要安装 : $ npm i eslint --save-dev 接下来,安装eslint-plugin-mocha-cleanup : $ npm install eslint-plugin-mocha-cleanup --save-dev 注意:如果全局安装了ESLint(使用-g标志),则还必须全局安装eslint-plugin-mocha-cleanup 。 支持的规则 通过向规则选项添加skipSkipped: true ,几乎可以将每个规则(除非另有说明)定制为忽略跳过的测试/套件( describe.skip , it.skip , xs