Skip to content

Commit

Permalink
fix(readme): update example eslintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Mar 25, 2020
1 parent b2f7c56 commit b3bb8c0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,11 @@ module.exports = {
'error',
{
onSameLine: ['@tracked'],
onDifferentLines: ['@computed']
onDifferentLines: ['@computed'],
defaults: {
properties: 'inline',
methods: 'above',
}
}
]
}
Expand Down

0 comments on commit b3bb8c0

Please sign in to comment.