UNPKG

eslint-config-alloy

Version:
15 lines (14 loc) 339 B
module.exports = { rules: { /** * 不允许有空函数,除非是将一个空函数设置为某个项的默认值 * @category Best Practices */ 'no-empty-function': [ 'error', { allow: ['functions', 'arrowFunctions'] } ] } };