From 142229b9b081944d608756361f848ae0a325b6a1 Mon Sep 17 00:00:00 2001 From: Andres Suarez Date: Fri, 9 Feb 2018 10:59:42 -0800 Subject: [PATCH] Namespace custom ESLint rules through eslint-plugin-lint Reviewed By: mzlee Differential Revision: D6934651 fbshipit-source-id: 3cb0c3550ad628e3b5c0bdaec8cde9d5579ea0af --- .eslintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc b/.eslintrc index dcb7e7947..cb6a62b52 100644 --- a/.eslintrc +++ b/.eslintrc @@ -4,7 +4,7 @@ // compatible with node 4 "comma-dangle": 0, - "extra-arrow-initializer": 0, + "lint/extra-arrow-initializer": 0, "no-alert": 0, "no-console-disallow": 0 },