Socket
Socket
Sign inDemoInstall

eslint-plugin-sort-decorators

Package Overview
Dependencies
127
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.0 to 0.2.1

4

docs/rules/sort-on-accessors.md

@@ -15,4 +15,4 @@ # Enforces order of accessors decorators (`sort-decorators/sort-on-accessors`)

|:----------------|:-------------------------------------------------------------------------|:----------------|
| `autoFix` | Automatically fix the order.<br/>Decorators order can matter at runtime. | *boolean* |
| `caseSensitive` | If true, enforce properties to be in case-sensitive order. | *boolean* |
| `autoFix` | Automatically fix the order.<br/>Decorators order can matter at runtime. | _boolean_ |
| `caseSensitive` | If true, enforce properties to be in case-sensitive order. | _boolean_ |
| `direction` | Specify the direction of the ordering. | `asc` \| `desc` |

@@ -19,0 +19,0 @@

@@ -15,4 +15,4 @@ # Enforces order of class decorators (`sort-decorators/sort-on-classes`)

|:----------------|:-------------------------------------------------------------------------|:----------------|
| `autoFix` | Automatically fix the order.<br/>Decorators order can matter at runtime. | *boolean* |
| `caseSensitive` | If true, enforce properties to be in case-sensitive order. | *boolean* |
| `autoFix` | Automatically fix the order.<br/>Decorators order can matter at runtime. | _boolean_ |
| `caseSensitive` | If true, enforce properties to be in case-sensitive order. | _boolean_ |
| `direction` | Specify the direction of the ordering. | `asc` \| `desc` |

@@ -19,0 +19,0 @@

@@ -15,4 +15,4 @@ # Enforces order of methods decorators (`sort-decorators/sort-on-methods`)

|:----------------|:-------------------------------------------------------------------------|:----------------|
| `autoFix` | Automatically fix the order.<br/>Decorators order can matter at runtime. | *boolean* |
| `caseSensitive` | If true, enforce properties to be in case-sensitive order. | *boolean* |
| `autoFix` | Automatically fix the order.<br/>Decorators order can matter at runtime. | _boolean_ |
| `caseSensitive` | If true, enforce properties to be in case-sensitive order. | _boolean_ |
| `direction` | Specify the direction of the ordering. | `asc` \| `desc` |

@@ -19,0 +19,0 @@

@@ -15,4 +15,4 @@ # Enforces order of parameters decorators (`sort-decorators/sort-on-parameters`)

|:----------------|:-------------------------------------------------------------------------|:----------------|
| `autoFix` | Automatically fix the order.<br/>Decorators order can matter at runtime. | *boolean* |
| `caseSensitive` | If true, enforce properties to be in case-sensitive order. | *boolean* |
| `autoFix` | Automatically fix the order.<br/>Decorators order can matter at runtime. | _boolean_ |
| `caseSensitive` | If true, enforce properties to be in case-sensitive order. | _boolean_ |
| `direction` | Specify the direction of the ordering. | `asc` \| `desc` |

@@ -19,0 +19,0 @@

@@ -15,4 +15,4 @@ # Enforces order of properties decorators (`sort-decorators/sort-on-properties`)

|:----------------|:-------------------------------------------------------------------------|:----------------|
| `autoFix` | Automatically fix the order.<br/>Decorators order can matter at runtime. | *boolean* |
| `caseSensitive` | If true, enforce properties to be in case-sensitive order. | *boolean* |
| `autoFix` | Automatically fix the order.<br/>Decorators order can matter at runtime. | _boolean_ |
| `caseSensitive` | If true, enforce properties to be in case-sensitive order. | _boolean_ |
| `direction` | Specify the direction of the ordering. | `asc` \| `desc` |

@@ -19,0 +19,0 @@

@@ -87,3 +87,3 @@ {

},
"version": "0.2.0"
"version": "0.2.1"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc