Skip to content

Commit

Permalink
docs: fix varsIgnorePattern in .eslintrc (#979)
Browse files Browse the repository at this point in the history
Co-authored-by: Davis SHYAKA <[email protected]>
  • Loading branch information
shyakadavis and shyakadavis authored Apr 1, 2024
1 parent fd28e9e commit 8ee4796
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 8ee4796

Please sign in to comment.