From 52fbef789235bb42c40d286a51a7d717996427e5 Mon Sep 17 00:00:00 2001 From: Leonardo Faria Date: Mon, 2 Mar 2020 13:40:19 -0800 Subject: [PATCH] Add React hooks plugin --- .eslintrc.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.eslintrc.js b/.eslintrc.js index baaacfc..7dd11f8 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -8,6 +8,9 @@ module.exports = { 'plugin:prettier/recommended', 'prettier/react', ], + plugins: [ + 'react-hooks', + ], rules: { 'import/extensions': 'off', 'import/no-dynamic-require': 'off',