X-Git-Url: https://git.r.bdr.sh/rbdr/dasein/blobdiff_plain/cc69fef4b7e1587a91a0603d4bd1a46d0b133dd5..refs/heads/main:/.eslintrc diff --git a/.eslintrc b/.eslintrc index d309053..f91f592 100644 --- a/.eslintrc +++ b/.eslintrc @@ -5,6 +5,7 @@ 2, 2 ], - "no-undef": 2 + "no-undef": 2, + "require-yield": 0 } }