From 899c2bd0dcaec721a186a85459dca367e15af2fa Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Thu, 31 Aug 2023 13:41:06 -0500 Subject: [PATCH] eslint: remove conflicting generator-star-spacing rule --- .eslintrc.json | 1 - 1 file changed, 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 1542d93..60544c4 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -46,7 +46,6 @@ "dot-location": [2, "property"], "eol-last": 2, "eqeqeq": [2, "allow-null"], - "generator-star-spacing": [2, {"before": true, "after": true}], "handle-callback-err": [2, "^(err|error)$"], "indent": 0, "jsx-quotes": [2, "prefer-double"],