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