module.exports = { rules: { /** * 禁止使用类似 tslint:disable-next-line 这样的注释 */ '@typescript-eslint/ban-tslint-comment': 'off', }, }