Skip to content

Commit

Permalink
JSAB2-70, Fix esint errors (green-fox-academy#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyya Wang authored and evasimonyi committed Dec 9, 2019
1 parent ad1b96f commit 6ce9da9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/babel.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = function(api) {
// eslint-disable-next-line func-names
module.exports = function (api) {
api.cache(true);
return {
presets: ['babel-preset-expo'],
Expand Down

0 comments on commit 6ce9da9

Please sign in to comment.