Skip to content

Commit

Permalink
Fix linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-r committed May 18, 2019
1 parent 568f70a commit a75942c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ language: node_js
node_js:
- 8
- 10
- 12
cache:
yarn: true
directories:
Expand Down
2 changes: 2 additions & 0 deletions example/babel.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
/* eslint-disable no-undef */
module.exports = function(api) {
/* eslint-enable no-undef */
api.cache(true);
return {
presets: ['babel-preset-expo']
Expand Down

0 comments on commit a75942c

Please sign in to comment.