UNPKG

eslint-config-alloy

Version:
9 lines (8 loc) 141 B
module.exports = { rules: { /** * getter 必须有返回值,并且禁止返回空 */ 'getter-return': 'error', }, };