diff --git a/index.js b/index.js index 350a695..d6d9103 100644 --- a/index.js +++ b/index.js @@ -428,11 +428,7 @@ module.exports = { minProperties: 2, consistent: true, }, - ObjectPattern: { - multiline: true, - minProperties: 4, - consistent: true, - }, + ObjectPattern: "never", ImportDeclaration: { multiline: true, minProperties: 4,