Chore: Add `no-untranslated-strings` rule to betterer (#88479)

pull/88490/head
Laura Fernández 1 year ago committed by GitHub
parent b7db268798
commit 98dcb3818c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3032
      .betterer.results
  2. 13
      .betterer.ts

File diff suppressed because it is too large Load Diff

@ -126,6 +126,19 @@ function countEslintErrors() {
'no-barrel-files/no-barrel-files': 'error',
},
},
{
files: ['public/**/*.tsx', 'packages/grafana-ui/**/*.tsx'],
excludedFiles: [
'public/app/plugins/**',
'*.story.tsx',
'*.{test,spec}.{ts,tsx}',
'**/__mocks__/**',
'public/test/**',
],
rules: {
'@grafana/no-untranslated-strings': 'error',
},
},
],
};

Loading…
Cancel
Save