Skip to content

Commit

Permalink
Fix eslint violations
Browse files Browse the repository at this point in the history
  • Loading branch information
twometresteve committed Jun 2, 2021
1 parent 4b26c9d commit a09a108
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions test/react-native/features/fixtures/rn0.64/babel.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module.exports = {
presets: ['module:metro-react-native-babel-preset'],
};
presets: ['module:metro-react-native-babel-preset']
}
10 changes: 5 additions & 5 deletions test/react-native/features/fixtures/rn0.64/metro.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ module.exports = {
getTransformOptions: async () => ({
transform: {
experimentalImportSupport: false,
inlineRequires: true,
},
}),
},
};
inlineRequires: true
}
})
}
}

0 comments on commit a09a108

Please sign in to comment.