0
Files
src/ui
dpapad e9d1fa7673 WebUI: Enforce class properties naming with ESLint checks for TS files.
Specifically enforcing the following rules from the styleguide at [1]:

 1) Class properties should be using lowerCamelCase
 2) Class properties that are 'static readonly' should be using
    CONSTANT_CASE

As part of enabling the new check fixed or suppressed any violations
revealed with
git cl presubmit --files "*.ts"

[1] https://google.github.io/styleguide/tsguide.html#identifiers

Bug: 720034
Change-Id: I4a50e986a96d3037ef36e7c6feb349a53ba5d461
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3696562
Reviewed-by: John Lee <johntlee@chromium.org>
Commit-Queue: Demetrios Papadopoulos <dpapad@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1012589}
2022-06-09 17:42:50 +00:00
..
2022-06-09 13:30:30 +00:00
2022-06-08 03:57:54 +00:00
2022-05-27 19:11:35 +00:00
2022-06-09 17:25:50 +00:00
2022-06-09 17:25:50 +00:00

This directory contains UI frameworks used to build various user interface features. This directory it not intended to contain UI features (such as a keyboard).