| Summary: | .eslintrc.json is not working for Brackets source | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Steve Northover <steve_northover> | ||||
| Component: | JS Tools | Assignee: | Michael Rennie <Michael_Rennie> | ||||
| Status: | RESOLVED WORKSFORME | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P2 | CC: | curtis.windatt.public, Olivier_Thomann | ||||
| Version: | 12.0 | ||||||
| Target Milestone: | 13.0 | ||||||
| Hardware: | PC | ||||||
| OS: | Windows 7 | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
|
Description
Steve Northover
Linting is indeed running - the errors at the top are just letting you know there are rules defined in the file that don't exist. To confirm all is well, go to line 351 and remove the semicolon -> you immediately get a lint error. Their file turns off most of the linting rules (except for semicolons and a handful of others). I'm going to close this worksforme - I don't think we want to hide bad / unknown lint rules and linting is working as expected. I type: fred = 12; in a file and get no error that I defined a new bogus global. I need to save the file to see the error. Created attachment 262683 [details]
Works for me.
Sorry about that! I should have closed this as works for me after making comment #3. I was using Orion electron and you need to save the file to see the error. |