es-x/no-nonstandard-number-properties
disallow non-standard static properties on
Number
class
This rule reports non-standard static properties on Number
class as errors.
💡 Examples
⛔ Examples of incorrect code for this rule:
🔧 Options
This rule has an option.
jsonc
{
"rules": {
"es-x/no-nonstandard-number-properties": [
"error",
{
"allow": []
}
]
}
}
allow: string[]
An array of non-standard property names to allow.
🚀 Version
This rule was introduced in v8.2.0.