You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/rules/no-binary-numeric-literals.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,12 +3,12 @@ pageClass: "rule-details"
3
3
sidebarDepth: 0
4
4
title: "jsonc/no-binary-numeric-literals"
5
5
description: "disallow binary numeric literals"
6
+
since: "v1.1.0"
6
7
---
7
8
# jsonc/no-binary-numeric-literals
8
9
9
10
> disallow binary numeric literals
10
11
11
-
-:exclamation: <badgetext="This rule has not been released yet."vertical="middle"type="error"> ***This rule has not been released yet.*** </badge>
12
12
-: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.
13
13
14
14
## :book: Rule Details
@@ -42,6 +42,10 @@ Nothing.
42
42
43
43
[jsonc/valid-json-number]: ./valid-json-number.md
44
44
45
+
## :rocket: Version
46
+
47
+
This rule was introduced in eslint-plugin-jsonc v1.1.0
Copy file name to clipboardExpand all lines: docs/rules/no-escape-sequence-in-identifier.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,12 +3,12 @@ pageClass: "rule-details"
3
3
sidebarDepth: 0
4
4
title: "jsonc/no-escape-sequence-in-identifier"
5
5
description: "disallow escape sequences in identifiers."
6
+
since: "v1.1.0"
6
7
---
7
8
# jsonc/no-escape-sequence-in-identifier
8
9
9
10
> disallow escape sequences in identifiers.
10
11
11
-
-:exclamation: <badgetext="This rule has not been released yet."vertical="middle"type="error"> ***This rule has not been released yet.*** </badge>
12
12
-: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.
13
13
14
14
## :book: Rule Details
@@ -36,6 +36,10 @@ This rule reports disallow escape sequences in identifiers.
36
36
37
37
Nothing.
38
38
39
+
## :rocket: Version
40
+
41
+
This rule was introduced in eslint-plugin-jsonc v1.1.0
-:exclamation: <badgetext="This rule has not been released yet."vertical="middle"type="error"> ***This rule has not been released yet.*** </badge>
12
12
-: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.
13
13
14
14
## :book: Rule Details
@@ -44,6 +44,10 @@ Nothing.
44
44
45
45
[jsonc/valid-json-number]: ./valid-json-number.md
46
46
47
+
## :rocket: Version
48
+
49
+
This rule was introduced in eslint-plugin-jsonc v1.1.0
Copy file name to clipboardExpand all lines: docs/rules/no-octal-numeric-literals.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,12 +3,12 @@ pageClass: "rule-details"
3
3
sidebarDepth: 0
4
4
title: "jsonc/no-octal-numeric-literals"
5
5
description: "disallow octal numeric literals"
6
+
since: "v1.1.0"
6
7
---
7
8
# jsonc/no-octal-numeric-literals
8
9
9
10
> disallow octal numeric literals
10
11
11
-
-:exclamation: <badgetext="This rule has not been released yet."vertical="middle"type="error"> ***This rule has not been released yet.*** </badge>
12
12
-: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.
13
13
14
14
## :book: Rule Details
@@ -42,6 +42,10 @@ Nothing.
42
42
43
43
[jsonc/valid-json-number]: ./valid-json-number.md
44
44
45
+
## :rocket: Version
46
+
47
+
This rule was introduced in eslint-plugin-jsonc v1.1.0
Copy file name to clipboardExpand all lines: docs/rules/no-plus-sign.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,12 +3,12 @@ pageClass: "rule-details"
3
3
sidebarDepth: 0
4
4
title: "jsonc/no-plus-sign"
5
5
description: "disallow plus sign"
6
+
since: "v1.1.0"
6
7
---
7
8
# jsonc/no-plus-sign
8
9
9
10
> disallow plus sign
10
11
11
-
-:exclamation: <badgetext="This rule has not been released yet."vertical="middle"type="error"> ***This rule has not been released yet.*** </badge>
12
12
-: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.
13
13
14
14
## :book: Rule Details
@@ -44,6 +44,10 @@ Nothing.
44
44
45
45
[jsonc/valid-json-number]: ./valid-json-number.md
46
46
47
+
## :rocket: Version
48
+
49
+
This rule was introduced in eslint-plugin-jsonc v1.1.0
Copy file name to clipboardExpand all lines: docs/rules/no-unicode-codepoint-escapes.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,12 +3,12 @@ pageClass: "rule-details"
3
3
sidebarDepth: 0
4
4
title: "jsonc/no-unicode-codepoint-escapes"
5
5
description: "disallow Unicode code point escape sequences."
6
+
since: "v1.1.0"
6
7
---
7
8
# jsonc/no-unicode-codepoint-escapes
8
9
9
10
> disallow Unicode code point escape sequences.
10
11
11
-
-:exclamation: <badgetext="This rule has not been released yet."vertical="middle"type="error"> ***This rule has not been released yet.*** </badge>
12
12
-: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.
13
13
14
14
## :book: Rule Details
@@ -36,6 +36,10 @@ This rule disallow Unicode code point escape sequences.
36
36
37
37
Nothing.
38
38
39
+
## :rocket: Version
40
+
41
+
This rule was introduced in eslint-plugin-jsonc v1.1.0
0 commit comments