Add Prettier for formatting (#5)

This commit is contained in:
Justin Fagnani
2019-12-18 13:13:30 -08:00
committed by GitHub
parent 51806b8d86
commit 07f4413342
5 changed files with 22 additions and 2 deletions

View File

@@ -12,11 +12,10 @@
* http://polymer.github.io/PATENTS.txt
*/
import { LitElement, html, customElement, property, css } from 'lit-element';
import {LitElement, html, customElement, property, css} from 'lit-element';
@customElement('my-element')
export class MyElement extends LitElement {
static styles = css`
:host {
display: block;