chore: fix linting

This commit is contained in:
harttle
2019-04-02 12:10:35 +08:00
parent daa0b574fc
commit 7762dd9612
+7 -7
View File
@@ -11,13 +11,13 @@ export const ctx = {
func: function () {},
posts: [{ category: 'foo' }, { category: 'bar' }],
products: [
{title: 'Vacuum', type: 'living room'},
{title: 'Spatula', type: 'kitchen'},
{title: 'Television', type: 'living room'},
{title: 'Garlic press', type: 'kitchen'},
{title: 'Coffee mug', available: true},
{title: 'Limited edition sneakers', available: false},
{title: 'Boring sneakers', available: true}
{ title: 'Vacuum', type: 'living room' },
{ title: 'Spatula', type: 'kitchen' },
{ title: 'Television', type: 'living room' },
{ title: 'Garlic press', type: 'kitchen' },
{ title: 'Coffee mug', available: true },
{ title: 'Limited edition sneakers', available: false },
{ title: 'Boring sneakers', available: true }
]
}