Skip to content

Remove temporary src/legacy/core_plugins/vis_type_markdown eslint overrides #49549

@spalger

Description

@spalger

In order to move forward with #49244 we needed to disable some rules in src/legacy/core_plugins/vis_type_markdown. We need to remove the related overrides and get the package passing these rules pretty soon.

// .eslintrc.js
{
  files: ['src/legacy/core_plugins/vis_type_markdown/**/*.{js,ts,tsx}'],
  rules: {
    'react-hooks/exhaustive-deps': 'off',
  },
},

Metadata

Metadata

Assignees

Labels

Feature:MarkdownMarkdown visualization featureTeam:VisualizationsTeam label for Lens, elastic-charts, Graph, legacy editors (TSVB, Visualize, Timelion) t//chore

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions