X-Git-Url: https://git.r.bdr.sh/rbdr/dasein/blobdiff_plain/cc69fef4b7e1587a91a0603d4bd1a46d0b133dd5..287fa13b3e600b2340895a5463a288bf08101bb5:/.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 } }