Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove temporary x-pack/legacy/plugins/monitoring eslint overrides #49570

Closed
spalger opened this issue Oct 28, 2019 · 1 comment · Fixed by #54068
Closed

Remove temporary x-pack/legacy/plugins/monitoring eslint overrides #49570

spalger opened this issue Oct 28, 2019 · 1 comment · Fixed by #54068

Comments

@spalger
Copy link
Contributor

spalger commented Oct 28, 2019

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

// .eslintrc.js
{
  files: ['x-pack/legacy/plugins/monitoring/**/*.{js,ts,tsx}'],
  rules: {
    'jsx-a11y/click-events-have-key-events': 'off',
  },
},
@elasticmachine
Copy link
Contributor

Pinging @elastic/stack-monitoring (Team:Monitoring)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants