module.exports = { rules: { /** * 在命名空间中,可以直接使用内部变量,不需要添加命名空间前缀 */ '@typescript-eslint/no-unnecessary-qualifier': 'off', }, }