@lincy/eslint-config 5.6.0 → 5.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -796,7 +796,7 @@ async function jsonc(options = {}) {
796
796
  multiline: true
797
797
  }],
798
798
  "jsonc/object-curly-spacing": ["error", "always"],
799
- "jsonc/object-property-newline": ["error", { allowMultiplePropertiesPerLine: true }],
799
+ "jsonc/object-property-newline": ["error", { allowAllPropertiesOnSameLine: true }],
800
800
  "jsonc/quote-props": "error",
801
801
  "jsonc/quotes": "error"
802
802
  } : {},
@@ -1857,7 +1857,7 @@ async function vue(options = {}) {
1857
1857
  }],
1858
1858
  "vue/object-curly-newline": "off",
1859
1859
  "vue/object-curly-spacing": ["error", "always"],
1860
- "vue/object-property-newline": ["error", { allowMultiplePropertiesPerLine: true }],
1860
+ "vue/object-property-newline": ["error", { allowAllPropertiesOnSameLine: true }],
1861
1861
  "vue/operator-linebreak": ["error", "before"],
1862
1862
  "vue/padding-line-between-blocks": ["error", "always"],
1863
1863
  "vue/quote-props": ["error", "consistent-as-needed"],