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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ The parser package used by this plugin is [jsonc-eslint-parser].
45
45
46
46
They work similarly, but [`@eslint/json`] is an ESLint JSON language plugin, but `eslint-plugin-jsonc` is an ESLint plugin.
47
47
48
-
-`eslint-plugin-jsonc` was created 4 years ago and has more rules than [`@eslint/json`].
48
+
-`eslint-plugin-jsonc` was created 4 years before [`@eslint/json`]and it has more rules than [`@eslint/json`].
49
49
- The parser used by `eslint-plugin-jsonc` accepts more non-standard JSON syntax than [`@eslint/json`]. `eslint-plugin-jsonc` has rules that can auto-fixed these non-standard syntax to standard syntax.
50
50
-`eslint-plugin-jsonc` can also be used together with [`@eslint/json`].
0 commit comments