UNPKG

eslint-config-alloy

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