From 6ce9da98c8917d1b7c1c0430622e162da7a613f7 Mon Sep 17 00:00:00 2001 From: Kyya Wang Date: Mon, 9 Dec 2019 15:10:49 +0800 Subject: [PATCH] JSAB2-70, Fix esint errors (#10) --- frontend/babel.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/babel.config.js b/frontend/babel.config.js index 2900afe9..8289162c 100644 --- a/frontend/babel.config.js +++ b/frontend/babel.config.js @@ -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'],