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
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,8 @@ This ESLint plugin provides linting rules relate to better ways to help you avoi
20
20
- You can apply rules similar to the rules you use for JavaScript to JSON using the [`"jsonc/auto"`](https://ota-meshi.github.io/eslint-plugin-jsonc/rules/auto.html) rule provided by this plugin.
21
21
- You can choose the appropriate config provided by this plugin depending on whether you are using [JSON], [JSONC] or [JSON5].
22
22
- Supports [Vue SFC](https://vue-loader.vuejs.org/spec.html) custom blocks such as `<i18n>`.
23
+
- Supports ESLint directives. e.g. `// eslint-disable-next-line`
24
+
- You can check your code in real-time using the ESLint editor integrations.
23
25
24
26
You can check on the [Online DEMO](https://ota-meshi.github.io/eslint-plugin-jsonc/playground/).
25
27
@@ -139,6 +141,7 @@ The rules with the following star :star: are included in the config.
|[jsonc/auto](https://ota-meshi.github.io/eslint-plugin-jsonc/rules/auto.html)| apply jsonc rules similar to your configured ESLint core rules |:wrench:||||
144
+
|[jsonc/key-name-casing](https://ota-meshi.github.io/eslint-plugin-jsonc/rules/key-name-casing.html)| enforce naming convention to property key names |||||
0 commit comments