| Summary: | [eslint] turn off some new rules | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Olivier Thomann <Olivier_Thomann> |
| Component: | JS Tools | Assignee: | Olivier Thomann <Olivier_Thomann> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | curtis.windatt.public, Michael_Rennie, steve_northover |
| Version: | 12.0 | ||
| Target Milestone: | 13.0 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
Olivier Thomann
I will turn off: "no-lone-blocks" "no-param-reassign" "no-trailing-spaces" "quotes" I can also turn off: "no-void" "no-unused-expressions" Let me know if you see another one that should be turned off. Delivered as commit http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=8f04dfb7fc90cd5f4a7c2ae901d6740a989bae1d. If you want more rules to be disabled by default, let me know and I will deliver the changes as part of this bug. Michael suggests to keep no-irregular-whitespace and turn off: no-unused-expressions no-lone-blocks no-trailing-spaces quotes no-void Will reopen and revisit the fix. |