ota-meshi / eslint-plugin-yml

This ESLint plugin provides linting rules for YAML.
https://ota-meshi.github.io/eslint-plugin-yml/
MIT License
113 stars 13 forks source link

bug: docs: `no-multiple-empty-lines` contradicts itself #341

Closed jimmy-zhening-luo closed 2 months ago

jimmy-zhening-luo commented 2 months ago

Problem Statement

Today

The documentation for no-multiple-empty-lines shows the following Options:

Nothing.

yml/flow-sequence-bracket-newline:
  - error
  - always # or "never" or "consistent"
  - multiline: true
    minItems: null

...

Issue

Proposed Fix

Update Options by removing "Nothing.".

jimmy-zhening-luo commented 2 months ago

PR draft submitted