Skip to content

Commit

Permalink
Disallow assignment to native objects or read-only global variables (…
Browse files Browse the repository at this point in the history
…no-global-assign)

Fixes: standard/standard#596
  • Loading branch information
feross committed Aug 19, 2016
1 parent a710453 commit a34f0f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eslintrc.json
Expand Up @@ -70,6 +70,7 @@
"no-fallthrough": 2,
"no-floating-decimal": 2,
"no-func-assign": 2,
"no-global-assign": 2,
"no-implied-eval": 2,
"no-inner-declarations": [2, "functions"],
"no-invalid-regexp": 2,
Expand Down

0 comments on commit a34f0f9

Please sign in to comment.