Skip to content

Commit d8937d0

Browse files
committed
fix
1 parent 16dcb65 commit d8937d0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/.vitepress/config.mts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ export default async (): Promise<UserConfig<DefaultTheme.Config>> => {
3232
base: "/eslint-plugin-jsonc/",
3333
title: "eslint-plugin-jsonc",
3434
outDir: path.join(dirname, "./dist/eslint-plugin-jsonc"),
35-
description:
36-
"ESLint plugin for finding RegExp mistakes and RegExp style guide violations.",
35+
description: "ESLint plugin for JSON, JSONC and JSON5 files.",
3736
head: [
3837
[
3938
"link",

0 commit comments

Comments
 (0)