From 1547af5c1c030d2e2bd6cc44a7f0f3d4687c5f4a Mon Sep 17 00:00:00 2001 From: spalger Date: Mon, 28 Oct 2019 20:55:41 -0700 Subject: [PATCH] remove code override --- .eslintrc.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.eslintrc.js b/.eslintrc.js index 59e4a89f83226..9c81ba6efbd2b 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -169,13 +169,6 @@ module.exports = { 'jsx-a11y/click-events-have-key-events': 'off', }, }, - { - files: ['x-pack/legacy/plugins/code/**/*.{js,ts,tsx}'], - rules: { - 'react/no-danger': 'off', - 'react-hooks/exhaustive-deps': 'off', - }, - }, { files: ['x-pack/legacy/plugins/cross_cluster_replication/**/*.{js,ts,tsx}'], rules: {