Skip to content

Commit 21b7b7f

Browse files
authored
fix(eslint-plugin): specify exact type of no-untranslated-text rule options (#11587)
1 parent 5e77169 commit 21b7b7f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/eslint-plugin/src/rules/no-untranslated-text.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ export default createRule<Options, MessageIds>({
3030
properties: {
3131
ignoredStrings: {
3232
type: 'array',
33+
items: {
34+
type: 'string',
35+
},
3336
},
3437
},
3538
additionalProperties: false,

0 commit comments

Comments
 (0)