From b3bb8c096df8fdc4ab8b0df64bc6c35cc3bfce3d Mon Sep 17 00:00:00 2001 From: NullVoxPopuli Date: Wed, 25 Mar 2020 08:47:55 -0400 Subject: [PATCH] fix(readme): update example eslintrc --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 076f0b51..732e1f72 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,11 @@ module.exports = { 'error', { onSameLine: ['@tracked'], - onDifferentLines: ['@computed'] + onDifferentLines: ['@computed'], + defaults: { + properties: 'inline', + methods: 'above', + } } ] }