UNPKG

eslint-config-alloy

Version:
9 lines (8 loc) 149 B
module.exports = { rules: { /** * 使用 ES2016 的语法 ** 替代 Math.pow */ 'prefer-exponentiation-operator': 'off', }, };