UNPKG

eslint-config-alloy

Version:
10 lines (9 loc) 221 B
module.exports = { rules: { /** * 禁止在接口中定义 constructor,或在类中定义 new * @category TypeScript */ '@typescript-eslint/no-misused-new': 'off' } };