| Summary: | Broken eslintrc file prevents linting (was: parse error in ES6 files when running find references) | ||
|---|---|---|---|
| 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
Those errors are legit, each of the files has either an import or an export in it, which is a parse error when sourceType is not "module" (don't worry, there is a quickfix for it). The problem is that the project has a broken eslintrc file - it has parse errors in it, which is, in effect, disabling linting. We should handle this better. |