Changed trailing-commas to es5, moved example config to separate rc file

This commit is contained in:
Brian Vaughn
2017-11-23 08:36:26 -08:00
parent a03aa6c812
commit f0f375387e
12 changed files with 56 additions and 33 deletions

View File

@@ -1,5 +1,7 @@
<div className="shopping-list">
<h1>Shopping List for {props.name}</h1>
<h1>
Shopping List for {props.name}
</h1>
<ul>
<li>Instagram</li>
<li>WhatsApp</li>