UNPKG

eslint-config-alloy

Version:
10 lines (9 loc) 228 B
module.exports = { rules: { /** * 禁止使用 // @ts-ignore // @ts-nocheck // @ts-check * @reason 这种注释本身就是对特殊代码的说明 */ '@typescript-eslint/ban-ts-comment': 'off', }, };