-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Closed
Labels
MetaTeam:Kibana ManagementDev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more t//Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more t//chore
Description
In order to move forward with #49244 we needed to disable some rules in src/plugins/es_ui_shared. We need to remove the related overrides and get the package passing these rules pretty soon.
// .eslintrc.js
{
files: ['src/plugins/es_ui_shared/**/*.{js,ts,tsx}'],
rules: {
'react-hooks/exhaustive-deps': 'off',
},
},- Global flyout (Fix eslint violations for ES UI Global flyout #73970)
- JSON editor (Fix eslint violations for ES UI JSON editor #73971)
- Form hook lib (Fix eslint violations for ES UI form hook lib #73972)
Metadata
Metadata
Assignees
Labels
MetaTeam:Kibana ManagementDev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more t//Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more t//chore