Skip to content

Commit

Permalink
Allow @__PURE__ in inline comments
Browse files Browse the repository at this point in the history
Signed-off-by: William So <polyipseity@gmail.com>
  • Loading branch information
polyipseity committed Sep 21, 2023
1 parent 6d612c5 commit 4764c16
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -509,6 +509,12 @@
"no-confusing-arrow": "off",
"no-console": "off",
"no-continue": "off",
"no-inline-comments": [
"error",
{
"ignorePattern": "^ @__PURE__ $"
}
],
"no-magic-numbers": [
"error",
{
Expand Down

0 comments on commit 4764c16

Please sign in to comment.