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

Bug 512535

Summary: Remove linting support to check for missing eslint directives for required modules
Product: [ECD] Orion Reporter: Michael Rennie <Michael_Rennie>
Component: JS ToolsAssignee: Michael Rennie <Michael_Rennie>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P2    
Version: 13.0   
Target Milestone: 14.0   
Hardware: PC   
OS: Mac OS X   
Whiteboard:

Description Michael Rennie CLA 2017-02-21 15:44:09 EST
Since the tooling now can "know" about your project configuration and configure itself accordingly, we no longer need to nag about a missing eslint directive entry for required modules.

For example:

1. have a project with a package.json file that lists express as a dependency
2. in a js file, require express and use it - content assist, hover, etc is all working at this point
3. you still get a nag that express is not in the directive.