Skip to content

Commit 35c28c1

Browse files
chore: release eslint-plugin-jsonc (#200)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 545876a commit 35c28c1

File tree

4 files changed

+13
-8
lines changed

4 files changed

+13
-8
lines changed

.changeset/shiny-dodos-relax.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# eslint-plugin-jsonc
2+
3+
## 2.5.0
4+
5+
### Minor Changes
6+
7+
- [#199](https://github.com/ota-meshi/eslint-plugin-jsonc/pull/199) [`b3af910`](https://github.com/ota-meshi/eslint-plugin-jsonc/commit/b3af910f38359b92be6d69244ac442aa41a0f9a4) Thanks [@ota-meshi](https://github.com/ota-meshi)! - feat: add `jsonc/no-irregular-whitespace` rule

docs/rules/no-irregular-whitespace.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,13 @@ pageClass: "rule-details"
33
sidebarDepth: 0
44
title: "jsonc/no-irregular-whitespace"
55
description: "disallow irregular whitespace"
6+
since: "v2.5.0"
67
---
78

89
# jsonc/no-irregular-whitespace
910

1011
> disallow irregular whitespace
1112
12-
- :exclamation: <badge text="This rule has not been released yet." vertical="middle" type="error"> **_This rule has not been released yet._** </badge>
13-
1413
## :book: Rule Details
1514

1615
This rule is aimed at catching invalid whitespace that is not a normal tab and space.
@@ -68,6 +67,10 @@ Same as [no-irregular-whitespace] rule option. See [here](https://eslint.org/doc
6867

6968
[no-irregular-whitespace]: https://eslint.org/docs/rules/no-irregular-whitespace
7069

70+
## :rocket: Version
71+
72+
This rule was introduced in eslint-plugin-jsonc v2.5.0
73+
7174
## :mag: Implementation
7275

7376
- [Rule source](https://github.com/ota-meshi/eslint-plugin-jsonc/blob/master/lib/rules/no-irregular-whitespace.ts)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-jsonc",
3-
"version": "2.4.0",
3+
"version": "2.5.0",
44
"description": "ESLint plugin for JSON, JSONC and JSON5 files.",
55
"main": "dist/index.js",
66
"typescript": {

0 commit comments

Comments
 (0)