Skip to content

Commit d00c8e8

Browse files
committed
feat!: add defaultOptions to meta-property-ordering
fixes #430
1 parent a424b27 commit d00c8e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/rules/meta-property-ordering.js

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ module.exports = {
4646
'fixable',
4747
'hasSuggestions',
4848
'schema',
49+
'defaultOptions', // https://github.com/eslint/rfcs/tree/main/designs/2023-rule-options-defaults
4950
'messages',
5051
];
5152

0 commit comments

Comments
 (0)