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: README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -169,12 +169,20 @@ The rules with the following star :star: are included in the config.
169
169
|[jsonc/auto](https://ota-meshi.github.io/eslint-plugin-jsonc/rules/auto.html)| apply jsonc rules similar to your configured ESLint core rules |:wrench:||||
170
170
|[jsonc/key-name-casing](https://ota-meshi.github.io/eslint-plugin-jsonc/rules/key-name-casing.html)| enforce naming convention to property key names |||||
|[jsonc/no-unicode-codepoint-escapes](https://ota-meshi.github.io/eslint-plugin-jsonc/rules/no-unicode-codepoint-escapes.html)| disallow Unicode code point escape sequences. |:wrench:||||
178
186
|[jsonc/valid-json-number](https://ota-meshi.github.io/eslint-plugin-jsonc/rules/valid-json-number.html)| disallow invalid number for JSON |:wrench:|:star:|:star:||
179
187
|[jsonc/vue-custom-block/no-parsing-error](https://ota-meshi.github.io/eslint-plugin-jsonc/rules/vue-custom-block/no-parsing-error.html)| disallow parsing errors in Vue custom blocks ||:star:|:star:|:star:|
180
188
@@ -193,6 +201,7 @@ The rules with the following star :star: are included in the config.
193
201
|[jsonc/no-floating-decimal](https://ota-meshi.github.io/eslint-plugin-jsonc/rules/no-floating-decimal.html)| disallow leading or trailing decimal points in numeric literals |:wrench:|:star:|:star:||
-:exclamation: <badgetext="This rule has not been released yet."vertical="middle"type="error"> ***This rule has not been released yet.*** </badge>
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.
description: "disallow escape sequences in identifiers."
6
+
---
7
+
# jsonc/no-escape-sequence-in-identifier
8
+
9
+
> disallow escape sequences in identifiers.
10
+
11
+
-:exclamation: <badgetext="This rule has not been released yet."vertical="middle"type="error"> ***This rule has not been released yet.*** </badge>
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
+
14
+
## :book: Rule Details
15
+
16
+
This rule reports disallow escape sequences in identifiers.
Copy file name to clipboardExpand all lines: docs/rules/no-floating-decimal.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,8 @@ since: "v0.9.0"
16
16
17
17
This rule is aimed at eliminating floating decimal points and will warn whenever a numeric value has a decimal point but is missing a number either before or after it.
18
18
19
+
Cannot use floating decimal points when in JSON and JSONC.
-:exclamation: <badgetext="This rule has not been released yet."vertical="middle"type="error"> ***This rule has not been released yet.*** </badge>
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
+
14
+
## :book: Rule Details
15
+
16
+
This rule disallow hexadecimal numeric literals.
17
+
18
+
Cannot use hexadecimal numeric literals when in JSON and JSONC.
-:exclamation: <badgetext="This rule has not been released yet."vertical="middle"type="error"> ***This rule has not been released yet.*** </badge>
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.
0 commit comments