Skip to content

Commit

Permalink
fix: json one property per line
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Oct 10, 2022
1 parent 1fbf951 commit e1e8e6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/basic/index.js
Expand Up @@ -59,7 +59,7 @@ module.exports = {
'jsonc/no-octal-escape': 'error',
'jsonc/object-curly-newline': ['error', { multiline: true, consistent: true }],
'jsonc/object-curly-spacing': ['error', 'always'],
'jsonc/object-property-newline': ['error', { allowAllPropertiesOnSameLine: true }],
'jsonc/object-property-newline': ['error'],
},
},
{
Expand Down

0 comments on commit e1e8e6e

Please sign in to comment.