diff --git a/.eslintrc.js b/.eslintrc.js index 9c81ba6efbd2b..a7b712dabb6c2 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -229,12 +229,6 @@ module.exports = { 'react-hooks/exhaustive-deps': 'off', }, }, - { - files: ['x-pack/legacy/plugins/spaces/**/*.{js,ts,tsx}'], - rules: { - 'react-hooks/exhaustive-deps': 'off', - }, - }, { files: ['x-pack/legacy/plugins/transform/**/*.{js,ts,tsx}'], rules: {