Skip to content

Commit 7abc0a4

Browse files
committed
fix: disallow extra properties in rule options
1 parent 7bb5229 commit 7abc0a4

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)