Skip to content

Commit

Permalink
feat!: add defaultOptions to meta-property-ordering (#461)
Browse files Browse the repository at this point in the history
fixes #430
  • Loading branch information
aladdin-add committed Apr 9, 2024
1 parent c27e18b commit ff28db3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/rules/meta-property-ordering.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ module.exports = {
'deprecated',
'replacedBy',
'schema',
'defaultOptions', // https://github.com/eslint/rfcs/tree/main/designs/2023-rule-options-defaults
'messages',
];

Expand Down

0 comments on commit ff28db3

Please sign in to comment.