module.exports = { rules: { /** * 限制变量名长度 */ 'id-length': 'off', }, }