Skip to content

Commit

Permalink
Merge pull request #1207 from lpsinger/disallow-silly-globals
Browse files Browse the repository at this point in the history
Disallow use of silly browser globals
  • Loading branch information
dakota002 authored Aug 9, 2023
2 parents abcbdd0 + 20ba63a commit 1e0a636
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,12 @@
"prettier"
],
"rules": {
"no-restricted-globals": [
"error",
"event",
"name",
"origin"
],
"prefer-const": "error"
},
"overrides": [
Expand Down

0 comments on commit 1e0a636

Please sign in to comment.