Commit 37001bea13da6646eaf5349d098e9564ef70dd91

Authored by Leonardo Merlin
1 parent 98cc1b2f

Jshint: Ignore 'require'

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
e2e/.jshintrc
1 1 {
2 2 "extends": "../.jshintrc",
3 3 "globals": {
  4 + "require": false,
4 5 "browser": false,
5 6 "element": false,
6 7 "by": false,
... ...