Skip to content

Commit ac912b3

Browse files
committed
feat(config): add recommended globals
1 parent 10e8da3 commit ac912b3

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

index.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,16 @@ module.exports = {
4343
'protractor/no-shadowing': 1,
4444
'protractor/use-first-last': 1,
4545
'protractor/by-css-shortcut': 0
46+
},
47+
globals: {
48+
'browser': false,
49+
'protractor': false,
50+
'by': false,
51+
'By': false,
52+
'element': false,
53+
'$': false,
54+
'$$': false,
55+
'ExpectedConditions': false
4656
}
4757
}
4858
}

0 commit comments

Comments
 (0)