Skip to content

Commit c9f6eee

Browse files
committed
removing lint override for spaces
1 parent 99fd6d6 commit c9f6eee

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.eslintrc.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -229,12 +229,6 @@ module.exports = {
229229
'react-hooks/exhaustive-deps': 'off',
230230
},
231231
},
232-
{
233-
files: ['x-pack/legacy/plugins/spaces/**/*.{js,ts,tsx}'],
234-
rules: {
235-
'react-hooks/exhaustive-deps': 'off',
236-
},
237-
},
238232
{
239233
files: ['x-pack/legacy/plugins/transform/**/*.{js,ts,tsx}'],
240234
rules: {

0 commit comments

Comments
 (0)