-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Closed
Labels
Feature:Logs UILogs UI featureLogs UI featureFeature:Metrics UIMetrics UI featureMetrics UI featureTeam:Infra Monitoring UI - DEPRECATEDDEPRECATED - Label for the Infra Monitoring UI team. Use Team:obs-ux-infra_servicesDEPRECATED - Label for the Infra Monitoring UI team. Use Team:obs-ux-infra_serviceschore
Description
In order to move forward with #49244 we needed to disable some rules in x-pack/legacy/plugins/infra. We need to remove the related overrides and get the package passing these rules pretty soon.
// .eslintrc.js
{
files: ['x-pack/legacy/plugins/infra/**/*.{js,ts,tsx}'],
rules: {
'react-hooks/exhaustive-deps': 'off',
'react-hooks/rules-of-hooks': 'off',
},
},Metadata
Metadata
Assignees
Labels
Feature:Logs UILogs UI featureLogs UI featureFeature:Metrics UIMetrics UI featureMetrics UI featureTeam:Infra Monitoring UI - DEPRECATEDDEPRECATED - Label for the Infra Monitoring UI team. Use Team:obs-ux-infra_servicesDEPRECATED - Label for the Infra Monitoring UI team. Use Team:obs-ux-infra_serviceschore