From 9957f6b01ce1e669ab2cd211e42f85bbcfe375ec Mon Sep 17 00:00:00 2001 From: Justin Kambic Date: Mon, 18 Nov 2019 09:35:54 -0500 Subject: [PATCH] Delete uptime eslint rules. --- .eslintrc.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.eslintrc.js b/.eslintrc.js index daf49d9d08281da..df326033dadb400 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -220,13 +220,6 @@ module.exports = { 'react-hooks/exhaustive-deps': 'off', }, }, - { - files: ['x-pack/legacy/plugins/uptime/**/*.{js,ts,tsx}'], - rules: { - 'react-hooks/exhaustive-deps': 'off', - 'react-hooks/rules-of-hooks': 'off', - }, - }, { files: ['x-pack/legacy/plugins/watcher/**/*.{js,ts,tsx}'], rules: {