module.exports = { rules: { /** * 使用 ES2016 的语法 ** 替代 Math.pow */ 'prefer-exponentiation-operator': 'off', }, }