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 src/legacy/core_plugins/console eslint overrides #49543

Closed
spalger opened this issue Oct 28, 2019 · 3 comments
Closed

Remove temporary src/legacy/core_plugins/console eslint overrides #49543

spalger opened this issue Oct 28, 2019 · 3 comments
Labels
chore Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more

Comments

@spalger
Copy link
Contributor

spalger commented Oct 28, 2019

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

// .eslintrc.js
{
  files: ['src/core/public/application/**/*.{js,ts,tsx}'],
  rules: {
    'react/no-danger': 'off',
  },
},
@spalger spalger added the chore label Oct 28, 2019
@timroes timroes added the Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more label Nov 18, 2019
@elasticmachine
Copy link
Contributor

Pinging @elastic/es-ui (Team:Elasticsearch UI)

@alisonelizabeth
Copy link
Contributor

cc @jloleysens

@alisonelizabeth
Copy link
Contributor

Fixed by #51312

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more
Projects
None yet
Development

No branches or pull requests

4 participants