Skip to content

Commit

Permalink
DIG-25624 Updating eslint globals to not allow overriding
Browse files Browse the repository at this point in the history
  • Loading branch information
eriksalhus committed Jul 25, 2017
1 parent 26bf79f commit 584f758
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@
"jsx-a11y"
],
"globals": {
"describe": true,
"it": true,
"document": true,
"window": true,
"beforeEach": true
"describe": false,
"it": false,
"window": false,
"beforeEach": false
}
}

0 comments on commit 584f758

Please sign in to comment.