Skip to content

Commit

Permalink
feat(common): new unicorn/consistent-existence-index-check
Browse files Browse the repository at this point in the history
  • Loading branch information
Hazmi35 committed Oct 14, 2024
1 parent 981873b commit b650e03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conf/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@ export default [
"unicorn/catch-error-name": ["warn", { name: "error" }],
"unicorn/consistent-destructuring": "warn",
"unicorn/consistent-empty-array-spread": "error",
"unicorn/consistent-existence-index-check": "error",
"unicorn/consistent-function-scoping": "error",
"unicorn/custom-error-definition": "error",
"unicorn/empty-brace-spaces": "warn",
Expand Down

0 comments on commit b650e03

Please sign in to comment.