Skip to content

Remove temporary x-pack/legacy/plugins/canvas eslint overrides #49558

@spalger

Description

@spalger

In order to move forward with #49244 we needed to disable some rules in x-pack/legacy/plugins/canvas. We need to remove the related overrides and get the package passing these rules pretty soon.

// .eslintrc.js
{
  files: ['x-pack/legacy/plugins/canvas/**/*.{js,ts,tsx}'],
  rules: {
    'react-hooks/exhaustive-deps': 'off',
    'jsx-a11y/click-events-have-key-events': 'off',
  },
},

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions