Chore: run i18n lint rules in enterprise as well (#105064)

run i18n lint rules in enterprise as well
pull/105070/head
Ashley Harrison 2 weeks ago committed by GitHub
parent 6f3200d4f0
commit 2a02fd7239
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      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}',

Loading…
Cancel
Save