diff --git a/scripts/eslint/base.js b/scripts/eslint/base.js index 1f80fa9c99..d55de25e22 100644 --- a/scripts/eslint/base.js +++ b/scripts/eslint/base.js @@ -29,7 +29,7 @@ module.exports = { 'babel/quotes': ['error', 'single', 'avoid-escape'], 'consistent-return': 'error', 'import/no-extraneous-dependencies': 'error', - 'lint/extra-arrow-initializer': 'off', + 'fb-www/extra-arrow-initializer': 'off', 'lint/sort-imports': 'warn', 'lint/strictly-null': 'warn', 'max-len': 'off',