Skip to content

Commit

Permalink
Delete uptime eslint rules.
Browse files Browse the repository at this point in the history
  • Loading branch information
justinkambic committed Nov 18, 2019
1 parent 2166044 commit 9957f6b
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 @@ -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: {
Expand Down

0 comments on commit 9957f6b

Please sign in to comment.