Skip to content

Commit

Permalink
fix: update best-practices.js (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDeBoey committed Sep 21, 2020
1 parent d585bd5 commit ae2b3dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion best-practices.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ module.exports = {
// variables
'no-delete-var': 'error',
'no-label-var': 'error',
'no-restricted-globals': ['error', 'event', 'describe'],
'no-restricted-globals': ['error', 'event', 'fdescribe'],
'no-shadow': 'error',
'no-shadow-restricted-names': 'error',
'no-undef': 'error',
Expand Down

0 comments on commit ae2b3dd

Please sign in to comment.