Skip to content

Commit

Permalink
🔧 Allow _ var names in destructuring
Browse files Browse the repository at this point in the history
  • Loading branch information
cfpwastaken committed Mar 23, 2024
1 parent ea32ced commit 594ba71
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@
"wrap-regex": "warn",
"yield-star-spacing": ["warn", "after"],

"@typescript-eslint/no-empty-function": "off"
"@typescript-eslint/no-empty-function": "off",
"@typescript-eslint/no-unused-vars": ["warn", {"destructuredArrayIgnorePattern": "^_"}]
}
}

0 comments on commit 594ba71

Please sign in to comment.