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