mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-25 17:22:50 +00:00
fix(eslint-plugin): specify exact type of `no-untranslated-text` rule options (#11587)
This commit is contained in:
parent
5e77169b35
commit
21b7b7fd02
|
|
@ -30,6 +30,9 @@ export default createRule<Options, MessageIds>({
|
||||||
properties: {
|
properties: {
|
||||||
ignoredStrings: {
|
ignoredStrings: {
|
||||||
type: 'array',
|
type: 'array',
|
||||||
|
items: {
|
||||||
|
type: 'string',
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
additionalProperties: false,
|
additionalProperties: false,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue