no-new-object
Configuration
rslint.config.ts
Rule Details
Disallow Object constructors. The object literal notation {} is preferable.
Examples of incorrect code for this rule:
Examples of correct code for this rule:
Disallow Object constructors. The object literal notation {} is preferable.
Examples of incorrect code for this rule:
Examples of correct code for this rule: