UNPKG

eslint-config-alloy

Version:
9 lines (8 loc) 152 B
module.exports = { rules: { /** * 禁止 throw 字面量,必须 throw 一个 Error 对象 */ 'no-throw-literal': 'error', }, };