| Summary: | Support reading .eslintrc.yml and .eslintrc.yaml files | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Michael Rennie <Michael_Rennie> | ||||||
| Component: | JS Tools | Assignee: | Olivier Thomann <Olivier_Thomann> | ||||||
| Status: | RESOLVED FIXED | QA Contact: | |||||||
| Severity: | normal | ||||||||
| Priority: | P3 | CC: | curtis.windatt.public, Michael_Rennie, Olivier_Thomann, Silenio_Quarti | ||||||
| Version: | 12.0 | ||||||||
| Target Milestone: | 13.0 | ||||||||
| Hardware: | PC | ||||||||
| OS: | Mac OS X | ||||||||
| Whiteboard: | |||||||||
| Attachments: |
|
||||||||
|
Description
Michael Rennie
*** Bug 495698 has been marked as a duplicate of this bug. *** The corresponding CQ is https://dev.eclipse.org/ipzilla/show_bug.cgi?id=11684 Patch is ready for this. Waiting for the CQ. The example given in bug 495698 can now be properly parsed, but eslint on that project still doesn't work as it requires bug 496027 to be fixed. Created attachment 263135 [details]
Proposed patch
As usual, the patch cannot be applied back to the master stream. Working on it. Created attachment 263137 [details]
Proposed patch
This patch applies successfully.
Delivered as commit http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=3a8652bfcca1980a5767b161e938fa8d32eb1388 In order to get Silenio's case to work, we need to adopt eslint 3.0.1. With that commit, .yaml and .yml files are properly parsed. |