Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Docs: set recommended true for no-global-assign (fixes #8215) (#8218)
  • Loading branch information
liubinyi authored and platinumazure committed Mar 9, 2017
1 parent 5b5c236 commit ce6ff56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rules/no-global-assign.js
Expand Up @@ -14,7 +14,7 @@ module.exports = {
docs: {
description: "disallow assignments to native objects or read-only global variables",
category: "Best Practices",
recommended: false
recommended: true
},

schema: [
Expand Down

0 comments on commit ce6ff56

Please sign in to comment.