UNPKG

eslint-config-alloy

Version:
10 lines (9 loc) 195 B
module.exports = { rules: { /** * callback 中的 error 必须被处理 * @category Node.js and CommonJS */ 'handle-callback-err': 'error' } };