Skip to content

Commit

Permalink
0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Nov 19, 2021
1 parent 2c24dde commit 8c02129
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion docs/rules/no-multiple-empty-lines.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ pageClass: "rule-details"
sidebarDepth: 0
title: "yml/no-multiple-empty-lines"
description: "disallow multiple empty lines"
since: "v0.12.0"
---
# yml/no-multiple-empty-lines

> disallow multiple empty lines
- :exclamation: <badge text="This rule has not been released yet." vertical="middle" type="error"> ***This rule has not been released yet.*** </badge>
- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fixing-problems) can automatically fix some of the problems reported by this rule.

## :book: Rule Details
Expand Down Expand Up @@ -63,6 +63,10 @@ Same as [no-multiple-empty-lines] rule option. See [here](https://eslint.org/doc

[no-multiple-empty-lines]: https://eslint.org/docs/rules/no-multiple-empty-lines

## :rocket: Version

This rule was introduced in eslint-plugin-yml v0.12.0

## :mag: Implementation

- [Rule source](https://github.com/ota-meshi/eslint-plugin-yml/blob/master/src/rules/no-multiple-empty-lines.ts)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-yml",
"version": "0.11.0",
"version": "0.12.0",
"description": "This ESLint plugin provides linting rules for YAML.",
"main": "lib/index.js",
"files": [
Expand Down

0 comments on commit 8c02129

Please sign in to comment.