UNPKG

eslint-config-alloy

Version:
10 lines (9 loc) 177 B
module.exports = { rules: { /** * 禁止直接 new 一个类而不赋值 * @category Best Practices */ 'no-new': 'error' } };