Skip to content

Commit

Permalink
document new property
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisSchofield committed Jan 22, 2024
1 parent c2cd931 commit 51facf7
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 @@ -54,3 +54,4 @@ Options can be any of the following properties:
- `ignoreCase`: If true, sorting is case-insensitive.
- `sortExportKindFirst`: Can be `type`, `value`, or `none`. Determines whether `export` or `export type` are sorted first, if not `none`.
- `disableAutofixer`: If there's a bug in the autofixer and you want to disable it but leave other rules alone, you can set this to true.
- `pattern`: Glob pattern to select or exclude specific filenames. E.g. `**/index.ts`.

0 comments on commit 51facf7

Please sign in to comment.