Skip to content

Commit 03a6e20

Browse files
committed
docs: update test-case-property-ordering default options
1 parent 0dd0857 commit 03a6e20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/rules/test-case-property-ordering.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This rule enforces that the properties of RuleTester test cases are arranged in
1212

1313
This rule has an array option:
1414

15-
- `["code", "output", "options", "parserOptions", "errors"]` (default): The properties of a test case should be placed in a consistent order.
15+
- `["filename", "code", "output", "options", "parser", "languageOptions", "parserOptions", "globals", "env", "errors"]` (default): The properties of a test case should be placed in a consistent order.
1616

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

0 commit comments

Comments
 (0)