Skip to content

Commit

Permalink
fix escape sequence in .eslintrc example
Browse files Browse the repository at this point in the history
  • Loading branch information
psytrx committed Mar 11, 2024
1 parent f391ad7 commit d470494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/www/src/content/installation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)$"
}
]
}
Expand Down

0 comments on commit d470494

Please sign in to comment.