Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 429801

Summary: [eslint] provide a rule to warn when constructors are called without parentheses
Product: [ECD] Orion Reporter: Michael Rennie <Michael_Rennie>
Component: JS ToolsAssignee: Michael Rennie <Michael_Rennie>
Status: RESOLVED FIXED QA Contact:
Severity: enhancement    
Priority: P3    
Version: unspecified   
Target Milestone: 6.0 M1   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Michael Rennie CLA 2014-03-06 11:37:29 EST
This rule would warn if you use the new keyword like:

new MyObject;

or

new MyObject