| Summary: | Remove extra comma quick fix breaks file | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Silenio Quarti <Silenio_Quarti> |
| Component: | JS Tools | Assignee: | Michael Rennie <Michael_Rennie> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | Michael_Rennie |
| Version: | 12.0 | ||
| Target Milestone: | 12.0 | ||
| Hardware: | PC | ||
| OS: | Mac OS X | ||
| Whiteboard: | |||
|
Description
Silenio Quarti
This is due to name collision for jslint lint problems and ours (eslint). Both produce a problem id'd as 'no-comma-dangle', and since the JS tools also listen / are aware of JSON, our fix is showing up (but we do not actually lint the file). Its a pretty simple fix, we just need to check that the annotation only marks a single char vs. whatever jslint marks (apparently an arbitrary range rtaher than just the offending comma) |