@@ -1019,21 +1019,6 @@ module.exports = {
10191019 ] ,
10201020 } ,
10211021 } ,
1022- {
1023- // disable imports from legacy uptime plugin
1024- files : [
1025- 'x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/**/*.{js,mjs,ts,tsx}' ,
1026- ] ,
1027- rules : {
1028- 'no-restricted-imports' : [
1029- 'error' ,
1030- {
1031- patterns : [ '**/legacy_uptime/*' ] ,
1032- paths : RESTRICTED_IMPORTS ,
1033- } ,
1034- ] ,
1035- } ,
1036- } ,
10371022 {
10381023 files : [
10391024 'x-pack/solutions/observability/plugins/apm/**/*.{js,mjs,ts,tsx}' ,
@@ -1074,8 +1059,8 @@ module.exports = {
10741059 {
10751060 // front end and common typescript and javascript files only
10761061 files : [
1077- 'x-pack/platform/plugins/shared/integration_assistant /public/**/*.{js,mjs,ts,tsx}' ,
1078- 'x-pack/platform/plugins/shared/integration_assistant /common/**/*.{js,mjs,ts,tsx}' ,
1062+ 'x-pack/platform/plugins/shared/automatic_import /public/**/*.{js,mjs,ts,tsx}' ,
1063+ 'x-pack/platform/plugins/shared/automatic_import /common/**/*.{js,mjs,ts,tsx}' ,
10791064 ] ,
10801065 rules : {
10811066 'import/no-nodejs-modules' : 'error' ,
@@ -1159,7 +1144,7 @@ module.exports = {
11591144 files : [
11601145 'x-pack/solutions/security/plugins/ecs_data_quality_dashboard/**/*.{ts,tsx}' ,
11611146 'x-pack/solutions/security/plugins/elastic_assistant/**/*.{ts,tsx}' ,
1162- 'x-pack/platform/plugins/shared/integration_assistant /**/*.{ts,tsx}' ,
1147+ 'x-pack/platform/plugins/shared/automatic_import /**/*.{ts,tsx}' ,
11631148 'x-pack/platform/packages/shared/kbn-elastic-assistant/**/*.{ts,tsx}' ,
11641149 'x-pack/platform/packages/shared/kbn-elastic-assistant-common/**/*.{ts,tsx}' ,
11651150 'x-pack/platform/packages/shared/kbn-langchain/**/*.{ts,tsx}' ,
@@ -1174,7 +1159,7 @@ module.exports = {
11741159 excludedFiles : [
11751160 'x-pack/solutions/security/plugins/ecs_data_quality_dashboard/**/*.{test,mock,test_helper}.{ts,tsx}' ,
11761161 'x-pack/solutions/security/plugins/elastic_assistant/**/*.{test,mock,test_helper}.{ts,tsx}' ,
1177- 'x-pack/platform/plugins/shared/integration_assistant /**/*.{test,mock,test_helper}.{ts,tsx}' ,
1162+ 'x-pack/platform/plugins/shared/automatic_import /**/*.{test,mock,test_helper}.{ts,tsx}' ,
11781163 'x-pack/platform/packages/shared/kbn-elastic-assistant/**/*.{test,mock,test_helper}.{ts,tsx}' ,
11791164 'x-pack/platform/packages/shared/kbn-elastic-assistant-common/**/*.{test,mock,test_helper}.{ts,tsx}' ,
11801165 'x-pack/platform/packages/shared/kbn-langchain/**/*.{test,mock,test_helper}.{ts,tsx}' ,
@@ -1195,7 +1180,7 @@ module.exports = {
11951180 files : [
11961181 'x-pack/solutions/security/plugins/ecs_data_quality_dashboard/**/*.{ts,tsx}' ,
11971182 'x-pack/solutions/security/plugins/elastic_assistant/**/*.{ts,tsx}' ,
1198- 'x-pack/platform/plugins/shared/integration_assistant /**/*.{ts,tsx}' ,
1183+ 'x-pack/platform/plugins/shared/automatic_import /**/*.{ts,tsx}' ,
11991184 'x-pack/platform/packages/shared/kbn-elastic-assistant/**/*.{ts,tsx}' ,
12001185 'x-pack/platform/packages/shared/kbn-elastic-assistant-common/**/*.{ts,tsx}' ,
12011186 'x-pack/platform/packages/shared/kbn-langchain/**/*.{ts,tsx}' ,
@@ -1229,7 +1214,7 @@ module.exports = {
12291214 files : [
12301215 'x-pack/solutions/security/plugins/ecs_data_quality_dashboard/**/*.{js,mjs,ts,tsx}' ,
12311216 'x-pack/solutions/security/plugins/elastic_assistant/**/*.{js,mjs,ts,tsx}' ,
1232- 'x-pack/platform/plugins/shared/integration_assistant /**/*.{js,mjs,ts,tsx}' ,
1217+ 'x-pack/platform/plugins/shared/automatic_import /**/*.{js,mjs,ts,tsx}' ,
12331218 'x-pack/platform/packages/shared/kbn-elastic-assistant/**/*.{js,mjs,ts,tsx}' ,
12341219 'x-pack/platform/packages/shared/kbn-elastic-assistant-common/**/*.{js,mjs,ts,tsx}' ,
12351220 'x-pack/platform/packages/shared/kbn-langchain/**/*.{js,mjs,ts,tsx}' ,
0 commit comments