commit | 06ee0d9cf673ffae2df2b2a33d0880a784eb65ee | [log] [tgz] |
---|---|---|
author | Jack Franklin <[email protected]> | Tue May 11 09:05:54 2021 |
committer | Commit Bot <[email protected]> | Tue May 11 09:37:03 2021 |
tree | e6eb36c3953cc83e599191b71931a7c333b4de85 | |
parent | 6405b66640ecea4f6c99bdda3f90b9e8fe4e22d8 [diff] |
[Lit2] Lint against manual tag names This CL adds an ESLint rule that bans the use of: ``` LitHtml.html`<devtools-foo>` ``` Because from now on we want to enforce: ``` LitHtml.html`<${Foo.litTagName}>` ``` I have disabled the rule in all locations where we do not yet do this, and will be working to fix these problems over a series of CLs. Bug: 1153077 Change-Id: I8d18243d0243ea1403d5d57dbeb32c8a9682d2dd Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/2876969 Reviewed-by: Paul Lewis <[email protected]> Commit-Queue: Jack Franklin <[email protected]>
The client-side of the Chrome DevTools, including all JS & CSS to run the DevTools webapp.
The frontend is available on chromium.googlesource.com.
Please be aware that DevTools follows additional development guidelines.
The issue triage guidelines can be found in docs/triage_guidelines.md.
Instructions to set up, use, and maintain a DevTools frontend checkout can be found in docs/workflows.md.
DevTools frontend repository is mirrored on GitHub.
DevTools frontend is also available on NPM as the chrome-devtools-frontend package. It's not currently available via CJS or ES modules, so consuming this package in other tools may require some effort.
The version number of the npm package (e.g. 1.0.373466
) refers to the Chromium commit position of latest frontend git commit. It's incremented with every Chromium commit, however the package is updated roughly daily.
All DevTools commits: View the log or follow @DevToolsCommits on Twitter
All open DevTools tickets on crbug.com
File a new DevTools ticket: new.crbug.com
Code reviews mailing list: [email protected]
@ChromeDevTools on Twitter
Chrome DevTools mailing list: groups.google.com/forum/google-chrome-developer-tools