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

Bug 514737

Summary: Provide hover support in Eslint configuration files
Product: [ECD] Orion Reporter: Michael Rennie <Michael_Rennie>
Component: JS ToolsAssignee: Michael Rennie <Michael_Rennie>
Status: RESOLVED FIXED QA Contact:
Severity: enhancement    
Priority: P2    
Version: 13.0   
Target Milestone: 15.0   
Hardware: PC   
OS: Mac OS X   
Whiteboard:

Description Michael Rennie CLA 2017-04-04 16:27:01 EDT
We should provide hover support in ESlint configuration files - it would allow devs to understand what each entry is for, and provide help on rules.
Comment 1 Michael Rennie CLA 2017-04-04 16:29:47 EDT
Fixed in:

http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=d3aa7e25d27566654f7f36449d214f1ac6e5f4cd

I also hooked the new hover support up to package.json files so you get the ESLint hover support in the "eslintOptions" section of the file.