@w5s/eslint-config 3.3.4 → 3.5.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.
@@ -186,6 +186,7 @@ type YmlFlowMappingCurlyNewline = []|[(("always" | "never") | {
186
186
  type YmlFlowMappingCurlySpacing = []|[("always" | "never")]|[("always" | "never"), {
187
187
  arraysInObjects?: boolean
188
188
  objectsInObjects?: boolean
189
+ emptyObjects?: ("ignore" | "always" | "never")
189
190
  }]
190
191
  // ----- yml/flow-sequence-bracket-newline -----
191
192
  type YmlFlowSequenceBracketNewline = []|[(("always" | "never" | "consistent") | {