We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc1e9f0 commit 98b9f70Copy full SHA for 98b9f70
.changeset/unlucky-grapes-tie.md
@@ -0,0 +1,5 @@
1
+---
2
+"@intlify/eslint-plugin-vue-i18n": minor
3
4
+
5
+fix(no-raw-text): disallow extra properties in rule options
lib/rules/no-raw-text.ts
@@ -839,7 +839,8 @@ export = createRule({
839
ignoreText: {
840
type: 'array'
841
}
842
- }
+ },
843
+ additionalProperties: false
844
845
]
846
},
0 commit comments