Skip to content

Commit

Permalink
remove code override
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Oct 29, 2019
1 parent 03db982 commit 1547af5
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 1547af5

Please sign in to comment.