From 2a02fd7239fc08b9334641080b4de51fece62aa9 Mon Sep 17 00:00:00 2001 From: Ashley Harrison Date: Wed, 7 May 2025 15:47:35 +0100 Subject: [PATCH] Chore: run i18n lint rules in enterprise as well (#105064) run i18n lint rules in enterprise as well --- eslint.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/eslint.config.js b/eslint.config.js index 4611b52e9ac..285ca1abb30 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -286,7 +286,6 @@ module.exports = [ }, files: ['public/**/*.{ts,tsx,js,jsx}', 'packages/grafana-ui/**/*.{ts,tsx,js,jsx}'], ignores: [ - 'public/app/extensions/**', 'public/app/plugins/**', '**/*.story.tsx', '**/*.{test,spec}.{ts,tsx}',