Skip to content

Commit

Permalink
[CI] Auto-commit changed files from 'node scripts/eslint --no-cache -…
Browse files Browse the repository at this point in the history
…-fix'
  • Loading branch information
kibanamachine committed Dec 23, 2024
1 parent e8fac5a commit a4224ca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,5 @@
module.exports = {
preset: '@kbn/test',
rootDir: '../../../../..',
roots: [
'<rootDir>/x-pack/solutions/observability/packages/utils_browser',
],
roots: ['<rootDir>/x-pack/solutions/observability/packages/utils_browser'],
};
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ export const useEsSearch = <DocumentSource extends unknown, TParams extends esty
});
});
}
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [...fnDeps]);

const { rawResponse } = response as any;
Expand Down

0 comments on commit a4224ca

Please sign in to comment.