Skip to content

Commit

Permalink
Add missing sortInterfaces option in README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
ygrandgirard committed Apr 11, 2024
1 parent 50ee4f8 commit f6b8d3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ The rule accepts the following configuration properties:
- `accessorPairPositioning`: Used to specify the required positioning of get/set pairs. Available values: `getThenSet`, `setThenGet`, `together`, `any`.
- `stopAfterFirstProblem`: Only report the first sort problem in each class (plus the number of problems found). Useful if you only want to know that the class has sort problems without spamming error messages. The default is `false`.
- `locale`: Used to specify the locale for the name comparison method. The default is `en-US`.
- `sortInterfaces`: Used to specify whether to sort TypeScript interfaces as well. The default is `false`.

```js
{
Expand Down

0 comments on commit f6b8d3b

Please sign in to comment.