commit | eb3a223da69687a0b52eb2a47e1af9d74dfcb4aa | [log] [tgz] |
---|---|---|
author | James Long <yjlong@google.com> | Tue Jul 14 22:30:49 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Jul 14 22:30:49 2020 |
tree | d0d54dc9bb587ef991968cb7debb2713acfee1f4 | |
parent | 3477f9eb082591e97285bbc41817ba6261da8d7b [diff] |
Fully use eslint-plugin-vue in Android dependency visualization With the move to Single File Components, we are now able to use eslint-plugin-vue to its full capacity. Almost all the code changes in this CL are generated by `eslint --fix`. The only two style violations that I manually fixed: * Invalid use of `this` in templates * Adding types to props Bug: 1093962 Change-Id: I97126621b7721f6b81e745b8f6a5aecc29705f39 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2293161 Commit-Queue: James Long <yjlong@google.com> Reviewed-by: Samuel Huang <huangs@chromium.org> Reviewed-by: Mohamed Heikal <mheikal@chromium.org> Cr-Commit-Position: refs/heads/master@{#788375}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.