module.exports = { rules: { /** * 变量必须在定义的时候赋值 */ 'init-declarations': 'off', }, }