Skip to content

Commit aaef4ea

Browse files
authored
Merge pull request #7734 from andreww2012/fix/disallow-extra-properties-in-rule-options
fix: disallow extra properties in rule options
2 parents aa24d96 + 7abc0a4 commit aaef4ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/eslint-plugin-qwik/src/validLexicalScope.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ export const validLexicalScope = createRule({
3535
type: 'boolean',
3636
},
3737
},
38+
additionalProperties: false,
3839
default: {
3940
allowAny: true,
4041
},

0 commit comments

Comments
 (0)