Skip to content

Commit c8ce5be

Browse files
authored
Merge pull request #245 from magento-commerce/imported-fredden-magento-coding-standard-359
[Imported] [eslint] Forbid overriding built-in objects
2 parents 60be03f + 0f1c1f1 commit c8ce5be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: eslint/.eslintrc-magento

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
"no-fallthrough": 2,
5252
"no-floating-decimal": 2,
5353
"no-func-assign": 2,
54+
"no-global-assign": 2,
5455
"no-implied-eval": 2,
5556
"no-inner-declarations": 2,
5657
"no-invalid-regexp": 2,

0 commit comments

Comments
 (0)