Number.MAX_SAFE_INTEGER
property (es/no-number-maxsafeinteger)
disallow the This rule reports ES2015 Number.MAX_SAFE_INTEGER
property as errors.
Examples
⛔ Examples of incorrect code for this rule:
/*eslint es/no-number-maxsafeinteger: error */
const b = Number.MAX_SAFE_INTEGER