mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Remove unused eslint rule !! (#208508)
## Summary We created a new plugin for uptime code so this eslint rule is not valid anymore and is not being used !!
This commit is contained in:
parent
83e2a16bf8
commit
188823e972
1 changed files with 0 additions and 15 deletions
15
.eslintrc.js
15
.eslintrc.js
|
@ -1019,21 +1019,6 @@ module.exports = {
|
|||
],
|
||||
},
|
||||
},
|
||||
{
|
||||
// disable imports from legacy uptime plugin
|
||||
files: [
|
||||
'x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/**/*.{js,mjs,ts,tsx}',
|
||||
],
|
||||
rules: {
|
||||
'no-restricted-imports': [
|
||||
'error',
|
||||
{
|
||||
patterns: ['**/legacy_uptime/*'],
|
||||
paths: RESTRICTED_IMPORTS,
|
||||
},
|
||||
],
|
||||
},
|
||||
},
|
||||
{
|
||||
files: [
|
||||
'x-pack/solutions/observability/plugins/apm/**/*.{js,mjs,ts,tsx}',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue