We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16dcb65 commit d8937d0Copy full SHA for d8937d0
docs/.vitepress/config.mts
@@ -32,8 +32,7 @@ export default async (): Promise<UserConfig<DefaultTheme.Config>> => {
32
base: "/eslint-plugin-jsonc/",
33
title: "eslint-plugin-jsonc",
34
outDir: path.join(dirname, "./dist/eslint-plugin-jsonc"),
35
- description:
36
- "ESLint plugin for finding RegExp mistakes and RegExp style guide violations.",
+ description: "ESLint plugin for JSON, JSONC and JSON5 files.",
37
head: [
38
[
39
"link",
0 commit comments