Skip to content

Commit

Permalink
Merge pull request #245 from magento-commerce/imported-fredden-magent…
Browse files Browse the repository at this point in the history
…o-coding-standard-359

[Imported] [eslint] Forbid overriding built-in objects
  • Loading branch information
sidolov authored Sep 20, 2023
2 parents 60be03f + 0f1c1f1 commit c8ce5be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eslint/.eslintrc-magento
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"no-fallthrough": 2,
"no-floating-decimal": 2,
"no-func-assign": 2,
"no-global-assign": 2,
"no-implied-eval": 2,
"no-inner-declarations": 2,
"no-invalid-regexp": 2,
Expand Down

0 comments on commit c8ce5be

Please sign in to comment.