From d47049419cdc3f213272b0a2f8958be442a10850 Mon Sep 17 00:00:00 2001 From: psytrx Date: Mon, 11 Mar 2024 15:28:31 +0100 Subject: [PATCH] fix escape sequence in `.eslintrc` example --- apps/www/src/content/installation/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/www/src/content/installation/index.md b/apps/www/src/content/installation/index.md index e88c9dc45..07e6851db 100644 --- a/apps/www/src/content/installation/index.md +++ b/apps/www/src/content/installation/index.md @@ -101,7 +101,7 @@ One option is to add a `.eslintrc` file in the directory where you define your c "warn", { "argsIgnorePattern": "^_", - "varsIgnorePattern": "^\\$\\$(Props|Events|Slots|Generic)$" + "varsIgnorePattern": "^\\\\$\\\\$(Props|Events|Slots|Generic)$" } ] }