module.exports = { rules: { /** * 限制各种变量或类型的命名规则 */ '@typescript-eslint/naming-convention': 'off', }, }