eslint-plugin-sort-decorators 0.2.0 → 0.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -12,8 +12,8 @@ Sort decorators on accessors.
12
12
 
13
13
  | Name | Description | value |
14
14
  |:----------------|:-------------------------------------------------------------------------|:----------------|
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_ |
17
17
  | `direction` | Specify the direction of the ordering. | `asc` \| `desc` |
18
18
 
19
19
  > Definitive information in the [JSON schema](../../src/lib/sort-rule/sort-rule.options.schema.json).
@@ -12,8 +12,8 @@ Sort decorators on classes.
12
12
 
13
13
  | Name | Description | value |
14
14
  |:----------------|:-------------------------------------------------------------------------|:----------------|
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_ |
17
17
  | `direction` | Specify the direction of the ordering. | `asc` \| `desc` |
18
18
 
19
19
  > Definitive information in the [JSON schema](../../src/lib/sort-rule/sort-rule.options.schema.json).
@@ -12,8 +12,8 @@ Sort decorators on methods.
12
12
 
13
13
  | Name | Description | value |
14
14
  |:----------------|:-------------------------------------------------------------------------|:----------------|
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_ |
17
17
  | `direction` | Specify the direction of the ordering. | `asc` \| `desc` |
18
18
 
19
19
  > Definitive information in the [JSON schema](../../src/lib/sort-rule/sort-rule.options.schema.json).
@@ -12,8 +12,8 @@ Sort decorators on parameters.
12
12
 
13
13
  | Name | Description | value |
14
14
  |:----------------|:-------------------------------------------------------------------------|:----------------|
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_ |
17
17
  | `direction` | Specify the direction of the ordering. | `asc` \| `desc` |
18
18
 
19
19
  > Definitive information in the [JSON schema](../../src/lib/sort-rule/sort-rule.options.schema.json).
@@ -12,8 +12,8 @@ Sort decorators on properties.
12
12
 
13
13
  | Name | Description | value |
14
14
  |:----------------|:-------------------------------------------------------------------------|:----------------|
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_ |
17
17
  | `direction` | Specify the direction of the ordering. | `asc` \| `desc` |
18
18
 
19
19
  > Definitive information in the [JSON schema](../../src/lib/sort-rule/sort-rule.options.schema.json).
package/package.json CHANGED
@@ -84,5 +84,5 @@
84
84
  "test:coverage": "npm run test -- --coverage",
85
85
  "test:watch": "npm run test -- --watch"
86
86
  },
87
- "version": "0.2.0"
87
+ "version": "0.2.2"
88
88
  }