Skip to content

Commit f8bef3c

Browse files
committed
0.8.0
1 parent 2cf2536 commit f8bef3c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ This ESLint plugin provides linting rules relate to better ways to help you avoi
1919
- You can use ESLint to lint [JSON].
2020
- You can apply rules similar to the rules you use for JavaScript to JSON using the [`"jsonc/auto"`](./rules/auto.md) rule provided by this plugin.
2121
- You can choose the appropriate config provided by this plugin depending on whether you are using [JSON], [JSONC] or [JSON5].
22-
- Supports [Vue SFC](https://vue-loader.vuejs.org/spec.html) custom blocks such as `<i18n>`.
22+
- Supports [Vue SFC](https://vue-loader.vuejs.org/spec.html) custom blocks such as `<i18n>`.
23+
Requirements `vue-eslint-parser` v7.3.0 and above.
2324
- Supports ESLint directives. e.g. `// eslint-disable-next-line`
2425
- You can check your code in real-time using the ESLint editor integrations.
2526

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": "0.7.1",
3+
"version": "0.8.0",
44
"description": "ESLint plugin for JSON, JSONC and JSON5 files.",
55
"main": "dist/index.js",
66
"typescript": {

0 commit comments

Comments
 (0)