diff --git a/index.js b/index.js index c9418a5..03133a4 100644 --- a/index.js +++ b/index.js @@ -44,7 +44,7 @@ module.exports = { 'class-methods-use-this': 'error', complexity: ['warn', { max: 10 }], 'consistent-return': ['error', { treatUndefinedAsUnspecified: false }], - curly: ['error', 'multi'], + curly: ['error', 'multi-or-nest', 'consistent'], 'default-case': ['error', { commentPattern: '^no\\sdefault' }], 'default-param-last': 'error', 'dot-location': ['error', 'property'],