Skip to content

Commit 4962f8d

Browse files
committed
docs: update meta-property-ordering default options
1 parent 03a6e20 commit 4962f8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/rules/meta-property-ordering.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This rule enforces that meta properties of a rule are placed in a consistent ord
1212

1313
This rule has an array option:
1414

15-
- `['type', 'docs', 'fixable', 'hasSuggestions', 'deprecated', 'replacedBy', 'schema', 'messages']` (default): The order that the properties of `meta` should be placed in.
15+
- `['type', 'docs', 'fixable', 'hasSuggestions', 'deprecated', 'replacedBy', 'schema', 'defaultOptions', 'messages']` (default): The order that the properties of `meta` should be placed in.
1616

1717
Examples of **incorrect** code for this rule:
1818

0 commit comments

Comments
 (0)