diff --git a/.eslintrc.json b/.eslintrc.json index 3a696eef..2a1927fc 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -509,6 +509,12 @@ "no-confusing-arrow": "off", "no-console": "off", "no-continue": "off", + "no-inline-comments": [ + "error", + { + "ignorePattern": "^ @__PURE__ $" + } + ], "no-magic-numbers": [ "error", {