Skip to content

Commit

Permalink
style: update eslint config for unused vars
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdyman committed Oct 1, 2022
1 parent 09b07ce commit 4d8fbb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"error",
{
"args": "all",
"argsIgnorePattern": "^_",
"varsIgnorePattern": "^_"
"argsIgnorePattern": "^__",
"varsIgnorePattern": "^__"
}
]
}
Expand Down

0 comments on commit 4d8fbb3

Please sign in to comment.