| commit | 47617b2b1776c8b981fc1a44c3ce445981f777c2 | [log] [tgz] |
|---|---|---|
| author | Allen Li <ayatane@google.com> | Tue Sep 30 23:35:45 2025 +0000 |
| committer | Allen Li <ayatane@google.com> | Wed Oct 01 14:06:05 2025 -0700 |
| tree | d5d3ec42968e5453c0c6b0d59f133ce6c96539a0 | |
| parent | 0e02941f414c4f704c795d51d69716ed5c50411e [diff] |
Add tip for running eslintfix Release-Notes: skip Change-Id: I83c7676a337dc8410b748d71e084b25050fafaa0
diff --git a/polygerrit-ui/README.md b/polygerrit-ui/README.md index ac51959..fc7bfba 100644 --- a/polygerrit-ui/README.md +++ b/polygerrit-ui/README.md
@@ -233,6 +233,12 @@ yarn eslint ``` +* To run ESLint and apply changes on the whole app: + +```sh +yarn eslintfix +``` + * To run ESLint on just the subdirectory you modified: ```sh