Skip to content

Commit

Permalink
fix: PR feedback
Browse files Browse the repository at this point in the history
Complete commented thought.
  • Loading branch information
codergeek42 committed Oct 14, 2024
1 parent d49e469 commit 0a0232e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ export default [
'@typescript-eslint/consistent-type-definitions': 'warn',

// Sometimes it's good practice to have placeholder variables that are then unused,
// such as in mock functions, parameter ordering, etc. Ensu
// such as in mock functions, parameter ordering, etc. to ensure that the right type
// and/or count of parameters are matched, even if they are not necessary for the
// logic, such as iteration callbacks and mappings.
'@typescript-eslint/no-unused-vars': [
'error',
{
Expand Down

0 comments on commit 0a0232e

Please sign in to comment.