Skip to content

Commit

Permalink
Use extra-arrow-initializer rule directly from WWW
Browse files Browse the repository at this point in the history
Summary: Instead of using a copy we can use original rule directly

Reviewed By: cyan33

Differential Revision: D65795526

fbshipit-source-id: fcf4c00122583fb66da69dbe5361d91e7d806927
  • Loading branch information
Sergei Khegai authored and facebook-github-bot committed Nov 12, 2024
1 parent 578a02d commit 282e00a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/eslint/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 282e00a

Please sign in to comment.