Skip to content

Commit

Permalink
removing lint override for spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
legrego committed Oct 29, 2019
1 parent 99fd6d6 commit c9f6eee
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit c9f6eee

Please sign in to comment.