UNPKG

eslint-config-alloy

Version:
11 lines (10 loc) 227 B
module.exports = { rules: { /** * callback 之后必须立即 return * @category Node.js and CommonJS * @reason Limitations 太多了 */ 'callback-return': 'off' } };