diff --git a/configs/basic/index.js b/configs/basic/index.js index 8da4047..f4ad762 100644 --- a/configs/basic/index.js +++ b/configs/basic/index.js @@ -256,9 +256,9 @@ module.exports = { balanced: true, }, }], - //consistency - 'array-element-newline':["error", "consistent"], - 'object-property-newline': ['error','allowMultiplePropertiesPerLine'], + // consistency + 'array-element-newline': ['error', 'consistent'], + 'object-property-newline': ['error', {allowMultiplePropertiesPerLine: true}], // best-practice 'array-callback-return': 'error',