UNPKG

eslint-config-alloy

Version:
9 lines (8 loc) 173 B
module.exports = { rules: { /** * 禁止使用类似 tslint:disable-next-line 这样的注释 */ '@typescript-eslint/ban-tslint-comment': 'off', }, };