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