| Auto-Submit | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
r'front_end[\\/]generated[\\/]ARIAProperties\.ts$' # Auto-generated filesNo such file exits, its `ARIAProperties.js` but that has the correct licence.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
r'front_end[\\/]generated[\\/]ARIAProperties\.ts$' # Auto-generated filesNo such file exits, its `ARIAProperties.js` but that has the correct licence.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Let EsLint handle excluded files in PRESUBMIT
We were excluding files from linting in PRESUBMIT,
the issue is that code path got omitted if we had more than 50 files
changed.
We should let EsLint config dictate what files are linted and what
are not. That ensures that we always have the same behaviour.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |