UNPKG

eslint-config-alloy

Version:
9 lines (8 loc) 115 B
module.exports = { rules: { /** * 禁止直接 new Object */ 'no-new-object': 'error', }, };