Skip to content

Commit

Permalink
feat: eslint globals for jest-puppeteer
Browse files Browse the repository at this point in the history
  • Loading branch information
avlyalin committed Jun 1, 2020
1 parent e0de883 commit f3be077
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,10 @@
"version": "detect"
},
"import/resolver": "webpack"
},
"globals": {
"page": true,
"browser": true,
"context": true
}
}

0 comments on commit f3be077

Please sign in to comment.