module.exports = { rules: { /** * 禁止使用指定的标识符 */ 'id-denylist': 'off', }, }