From 8c02129aed28ac63358750fbe46e6c9155feb0ad Mon Sep 17 00:00:00 2001 From: yosuke ota Date: Fri, 19 Nov 2021 15:15:44 +0900 Subject: [PATCH] 0.12.0 --- docs/rules/no-multiple-empty-lines.md | 6 +++++- package.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/rules/no-multiple-empty-lines.md b/docs/rules/no-multiple-empty-lines.md index 11e29668..3b037141 100644 --- a/docs/rules/no-multiple-empty-lines.md +++ b/docs/rules/no-multiple-empty-lines.md @@ -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: ***This rule has not been released yet.*** - :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 @@ -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) diff --git a/package.json b/package.json index 3a62b1a7..bf79d0eb 100644 --- a/package.json +++ b/package.json @@ -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": [