Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
perrin4869 committed May 1, 2024
1 parent 947668b commit 2c564cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"unicorn/prevent-abbreviations": "off",
"unicorn/no-nested-ternary": "off",
"unicorn/no-array-push-push": "off",
"unicorn/no-anonymous-default-export": "off",
"unicorn/no-null": "off",
"unicorn/no-useless-promise-resolve-reject": "off",
"unicorn/catch-error-name": ["error", { "name": "e" }],
Expand Down

0 comments on commit 2c564cf

Please sign in to comment.