Math.atanh
method (es/no-math-atanh)
disallow the 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)