File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments