Skip to content

Commit

Permalink
chore: Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ptbrowne committed Oct 10, 2019
1 parent f6557dd commit 0552776
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions styleguide.config.js
Expand Up @@ -37,27 +37,19 @@ module.exports = {
},
{
name: 'Chart',
components: () => [
'src/components/Chart/LineChart.jsx'
]
components: () => ['src/components/Chart/LineChart.jsx']
},
{
name: 'Balance',
components: () => [
'src/ducks/balance/History.jsx'
]
components: () => ['src/ducks/balance/History.jsx']
},
{
name: 'Loading',
components: () => [
'src/components/Loading/Loading.jsx'
]
components: () => ['src/components/Loading/Loading.jsx']
},
{
name: 'Misc',
components: () => [
'src/components/DisplayError.js'
]
components: () => ['src/components/DisplayError.js']
}
]
}

0 comments on commit 0552776

Please sign in to comment.