UNPKG

eslint-config-alloy

Version:
15 lines (14 loc) 303 B
module.exports = { rules: { /** * getter 必须有返回值,并且禁止返回空,比如 return; * @category Possible Errors */ 'getter-return': [ 'error', { allowImplicit: false } ] } };