From 2578dc602273b17b4a65651ea897bf1f82582407 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Mon, 21 May 2018 16:28:17 +1000 Subject: [PATCH] actually we should watch these sync methods --- script/.eslintrc.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/script/.eslintrc.yml b/script/.eslintrc.yml index cb8912301f2..793329336d0 100644 --- a/script/.eslintrc.yml +++ b/script/.eslintrc.yml @@ -1,4 +1,3 @@ rules: unicorn/no-process-exit: off import/no-commonjs: off - no-sync: off