Skip to content

Commit

Permalink
Merge pull request #4 from kjbekkelund/disallow-context
Browse files Browse the repository at this point in the history
Disallow using 'context' in tests
  • Loading branch information
kimjoar authored Apr 4, 2017
2 parents 01ab7e4 + be8ad8f commit 6206dd6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ rules:
no-path-concat: off
no-proto: error
no-redeclare: error
no-restricted-globals: [ error, context ]
no-return-assign: off
no-script-url: error
no-sequences: error
Expand Down

0 comments on commit 6206dd6

Please sign in to comment.