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',
},
},
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.