UNPKG

whistle.capimock

Version:

连接capi的whistle插件

32 lines 612 B
module.exports = { "env": { "node": true }, "extends": "eslint:recommended", "rules": { "indent": [ "error", 2 ], "quotes": [ "error", "single" ], "semi": [ "error", "always" ], "no-unused-vars": [ "error", { "vars": "all", "args": "none" } ], "no-empty": [ "error", { "allowEmptyCatch": true } ], "no-cond-assign": "off" } };