Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 89243b6

Browse files
authored
fix(eslint): disallow extra properties in rule options (#4873)
1 parent a587cf6 commit 89243b6

File tree

1 file changed

+1
-0
lines changed
  • packages-integrations/eslint-plugin/src/rules

1 file changed

+1
-0
lines changed

packages-integrations/eslint-plugin/src/rules/order.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ export default createRule({
2929
items: { type: 'string' },
3030
},
3131
},
32+
additionalProperties: false,
3233
},
3334
],
3435
},

0 commit comments

Comments
 (0)