UNPKG

eslint-config-alloy

Version:
10 lines (9 loc) 171 B
module.exports = { rules: { /** * 禁止直接 new Object * @category Stylistic Issues */ 'no-new-object': 'error' } };