module.exports = { rules: { /** * 限制变量名必须匹配指定的正则表达式 */ 'id-match': 'off', }, }