commit | 6d8561b663989c0f629a452a694d6099e44801eb | [log] [tgz] |
---|---|---|
author | Tao Zhou <taoalpha@google.com> | Mon Apr 27 12:24:31 2020 +0200 |
committer | Tao Zhou <taoalpha@google.com> | Mon Apr 27 12:24:31 2020 +0200 |
tree | d32245983ce1f794e3c1d814b9c2090b6852b192 | |
parent | 0fb80d862af3c94f3530f0e915ce34ae797c80b6 [diff] [blame] |
Add eslint-plugin-prettier and format all *_html.js The only manual change needed to fix a test due to textContent match Change-Id: Ic9e561f7d482e7a680b3c4bfe58decdbd5d4ec10
diff --git a/polygerrit-ui/app/elements/shared/gr-label/gr-label_html.js b/polygerrit-ui/app/elements/shared/gr-label/gr-label_html.js index 1644c07..c4310fc 100644 --- a/polygerrit-ui/app/elements/shared/gr-label/gr-label_html.js +++ b/polygerrit-ui/app/elements/shared/gr-label/gr-label_html.js
@@ -16,6 +16,4 @@ */ import {html} from '@polymer/polymer/lib/utils/html-tag.js'; -export const htmlTemplate = html` - <slot></slot> -`; +export const htmlTemplate = html` <slot></slot> `;