From 70083fbbecf7b466847e8a760e305cab8bd9d418 Mon Sep 17 00:00:00 2001 From: Dima Arnautov Date: Fri, 27 Oct 2023 09:08:36 +0200 Subject: [PATCH] remove aiops from the i18n eslint rule --- .eslintrc.js | 1 - 1 file changed, 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index 4bc7e1f760277..4086ea78d1e34 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -928,7 +928,6 @@ module.exports = { }, { files: [ - 'x-pack/plugins/aiops/**/!(*.test.tsx).tsx', 'x-pack/plugins/apm/**/!(*.test.tsx).tsx', 'x-pack/plugins/exploratory_view/**/!(*.test.tsx).tsx', 'x-pack/plugins/infra/**/!(*.test.tsx).tsx',