no-new-native-nonconstructor
Configuration
rslint.config.ts
Rule Details
Disallows using the new operator with native global functions that are not constructors.
Examples of incorrect code for this rule:
Examples of correct code for this rule:
Disallows using the new operator with native global functions that are not constructors.
Examples of incorrect code for this rule:
Examples of correct code for this rule: