Skip to content

Commit

Permalink
feat(config): add recommended globals
Browse files Browse the repository at this point in the history
  • Loading branch information
alecxe committed Jul 6, 2016
1 parent 10e8da3 commit ac912b3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,16 @@ module.exports = {
'protractor/no-shadowing': 1,
'protractor/use-first-last': 1,
'protractor/by-css-shortcut': 0
},
globals: {
'browser': false,
'protractor': false,
'by': false,
'By': false,
'element': false,
'$': false,
'$$': false,
'ExpectedConditions': false
}
}
}
Expand Down

0 comments on commit ac912b3

Please sign in to comment.