UNPKG

eslint-config-alloy

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