File tree Expand file tree Collapse file tree 6 files changed +14
-14
lines changed Expand file tree Collapse file tree 6 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 2626 - name : Install packages
2727 run : npm ci
2828
29+ # No need to have the generated content up-to-date, but its content must be complete
30+ - name : Verify documentation content
31+ run : npm run docs:update
32+
2933 - name : Lint
3034 run : npm run lint
3135
3438
3539 - name : Tests
3640 run : npm run test:coverage -- --ci
37-
38- # No need to have the generated content up-to-date, but its content must be complete
39- - name : Verify documentation content
40- run : npm run docs:update
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ Sort decorators on accessors.
1212
1313| Name | Description | value |
1414| :----------------| :-------------------------------------------------------------------------| :----------------|
15- | ` autoFix ` | Automatically fix the order.<br />Decorators order can matter at runtime. | * boolean * |
16- | ` caseSensitive ` | If true, enforce properties to be in case-sensitive order. | * boolean * |
15+ | ` autoFix ` | Automatically fix the order.<br />Decorators order can matter at runtime. | _ boolean _ |
16+ | ` caseSensitive ` | If true, enforce properties to be in case-sensitive order. | _ boolean _ |
1717| ` direction ` | Specify the direction of the ordering. | ` asc ` \| ` desc ` |
1818
1919> Definitive information in the [ JSON schema] ( ../../src/lib/sort-rule/sort-rule.options.schema.json ) .
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ Sort decorators on classes.
1212
1313| Name | Description | value |
1414| :----------------| :-------------------------------------------------------------------------| :----------------|
15- | ` autoFix ` | Automatically fix the order.<br />Decorators order can matter at runtime. | * boolean * |
16- | ` caseSensitive ` | If true, enforce properties to be in case-sensitive order. | * boolean * |
15+ | ` autoFix ` | Automatically fix the order.<br />Decorators order can matter at runtime. | _ boolean _ |
16+ | ` caseSensitive ` | If true, enforce properties to be in case-sensitive order. | _ boolean _ |
1717| ` direction ` | Specify the direction of the ordering. | ` asc ` \| ` desc ` |
1818
1919> Definitive information in the [ JSON schema] ( ../../src/lib/sort-rule/sort-rule.options.schema.json ) .
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ Sort decorators on methods.
1212
1313| Name | Description | value |
1414| :----------------| :-------------------------------------------------------------------------| :----------------|
15- | ` autoFix ` | Automatically fix the order.<br />Decorators order can matter at runtime. | * boolean * |
16- | ` caseSensitive ` | If true, enforce properties to be in case-sensitive order. | * boolean * |
15+ | ` autoFix ` | Automatically fix the order.<br />Decorators order can matter at runtime. | _ boolean _ |
16+ | ` caseSensitive ` | If true, enforce properties to be in case-sensitive order. | _ boolean _ |
1717| ` direction ` | Specify the direction of the ordering. | ` asc ` \| ` desc ` |
1818
1919> Definitive information in the [ JSON schema] ( ../../src/lib/sort-rule/sort-rule.options.schema.json ) .
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ Sort decorators on parameters.
1212
1313| Name | Description | value |
1414| :----------------| :-------------------------------------------------------------------------| :----------------|
15- | ` autoFix ` | Automatically fix the order.<br />Decorators order can matter at runtime. | * boolean * |
16- | ` caseSensitive ` | If true, enforce properties to be in case-sensitive order. | * boolean * |
15+ | ` autoFix ` | Automatically fix the order.<br />Decorators order can matter at runtime. | _ boolean _ |
16+ | ` caseSensitive ` | If true, enforce properties to be in case-sensitive order. | _ boolean _ |
1717| ` direction ` | Specify the direction of the ordering. | ` asc ` \| ` desc ` |
1818
1919> Definitive information in the [ JSON schema] ( ../../src/lib/sort-rule/sort-rule.options.schema.json ) .
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ Sort decorators on properties.
1212
1313| Name | Description | value |
1414| :----------------| :-------------------------------------------------------------------------| :----------------|
15- | ` autoFix ` | Automatically fix the order.<br />Decorators order can matter at runtime. | * boolean * |
16- | ` caseSensitive ` | If true, enforce properties to be in case-sensitive order. | * boolean * |
15+ | ` autoFix ` | Automatically fix the order.<br />Decorators order can matter at runtime. | _ boolean _ |
16+ | ` caseSensitive ` | If true, enforce properties to be in case-sensitive order. | _ boolean _ |
1717| ` direction ` | Specify the direction of the ordering. | ` asc ` \| ` desc ` |
1818
1919> Definitive information in the [ JSON schema] ( ../../src/lib/sort-rule/sort-rule.options.schema.json ) .
You can’t perform that action at this time.
0 commit comments