disallow the Math.sign method (es/no-math-sign)
This rule reports ES2015 Math.sign method as errors.
Examples
⛔ Examples of incorrect code for this rule:
/*eslint es/no-math-sign: error */
const n = Math.sign(value)