Skip to content

Commit

Permalink
chore: release eslint-plugin-yml (#237)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed May 7, 2023
1 parent 829d9cf commit 7c2e179
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/sixty-cougars-ring.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
# eslint-plugin-yml

## 1.6.0

### Minor Changes

- [#236](https://github.com/ota-meshi/eslint-plugin-yml/pull/236) [`7e34b77`](https://github.com/ota-meshi/eslint-plugin-yml/commit/7e34b7748a4e3663ab56dc504214ba613b3f8347) Thanks [@sxyazi](https://github.com/sxyazi)! - feat: add `yml/no-trailing-zeros` rule

## 1.5.0

### Minor Changes
Expand Down
6 changes: 5 additions & 1 deletion docs/rules/no-trailing-zeros.md
Expand Up @@ -3,13 +3,13 @@ pageClass: "rule-details"
sidebarDepth: 0
title: "yml/no-trailing-zeros"
description: "disallow trailing zeros for floats"
since: "v1.6.0"
---

# yml/no-trailing-zeros

> disallow trailing zeros for floats
- :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 All @@ -36,6 +36,10 @@ This rule enforces the removal of unnecessary trailing zeros from floats.

Nothing.

## :rocket: Version

This rule was introduced in eslint-plugin-yml v1.6.0

## :mag: Implementation

- [Rule source](https://github.com/ota-meshi/eslint-plugin-yml/blob/master/src/rules/no-trailing-zeros.ts)
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-yml",
"version": "1.5.0",
"version": "1.6.0",
"description": "This ESLint plugin provides linting rules for YAML.",
"main": "lib/index.js",
"files": [
Expand Down

0 comments on commit 7c2e179

Please sign in to comment.