Skip to content

Commit

Permalink
docs: update test-case-property-ordering default options
Browse files Browse the repository at this point in the history
  • Loading branch information
aladdin-add committed Apr 10, 2024
1 parent 0dd0857 commit 03a6e20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/test-case-property-ordering.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This rule enforces that the properties of RuleTester test cases are arranged in

This rule has an array option:

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

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

Expand Down

0 comments on commit 03a6e20

Please sign in to comment.