UNPKG

eslint-config-alloy

Version:
10 lines (9 loc) 155 B
module.exports = { rules: { /** * 禁止使用 new Function * @reason 这和 eval 是等价的 */ 'no-new-func': 'error', }, };