Skip to content

Commit 25a780e

Browse files
committed
chore(release): v0.2.0
1 parent 0ed362e commit 25a780e

File tree

9 files changed

+31
-10
lines changed

9 files changed

+31
-10
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
# [0.2.0](https://github.com/heap-code/eslint-plugin-sort-decorators/compare/v0.1.0...v0.2.0) (2023-07-02)
4+
5+
6+
### Features
7+
8+
* **preset:** add configuration presets ([6aa5cc3](https://github.com/heap-code/eslint-plugin-sort-decorators/commit/6aa5cc3dfac0d344f7f4b927e3b424043c644299))
9+
310
# 0.1.0 (2023-07-01)
411

512

README.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -78,15 +78,19 @@ Or simply extends a configuration preset:
7878

7979
<!-- begin auto-generated rules list -->
8080

81+
💼 Configurations enabled in.\
82+
⚠️ Configurations set to warn in.\
83+
✅ Set in the `recommended` configuration.\
84+
🔒 Set in the `strict` configuration.\
8185
🔧 Automatically fixable by the [`--fix` CLI option](https://eslint.org/docs/user-guide/command-line-interface#--fix).
8286

83-
| Name | Description | 🔧 |
84-
| :----------------------------------------------------- | :-------------------------------------- | :- |
85-
| [sort-on-accessors](docs/rules/sort-on-accessors.md) | Enforces order of accessors decorators | 🔧 |
86-
| [sort-on-classes](docs/rules/sort-on-classes.md) | Enforces order of class decorators | 🔧 |
87-
| [sort-on-methods](docs/rules/sort-on-methods.md) | Enforces order of methods decorators | 🔧 |
88-
| [sort-on-parameters](docs/rules/sort-on-parameters.md) | Enforces order of parameters decorators | 🔧 |
89-
| [sort-on-properties](docs/rules/sort-on-properties.md) | Enforces order of properties decorators | 🔧 |
87+
| Name | Description | 💼 | ⚠️ | 🔧 |
88+
| :----------------------------------------------------- | :-------------------------------------- | :- | :- | :- |
89+
| [sort-on-accessors](docs/rules/sort-on-accessors.md) | Enforces order of accessors decorators | 🔒 || 🔧 |
90+
| [sort-on-classes](docs/rules/sort-on-classes.md) | Enforces order of class decorators | 🔒 || 🔧 |
91+
| [sort-on-methods](docs/rules/sort-on-methods.md) | Enforces order of methods decorators | 🔒 || 🔧 |
92+
| [sort-on-parameters](docs/rules/sort-on-parameters.md) | Enforces order of parameters decorators | 🔒 || 🔧 |
93+
| [sort-on-properties](docs/rules/sort-on-properties.md) | Enforces order of properties decorators | 🔒 || 🔧 |
9094

9195
<!-- end auto-generated rules list -->
9296

docs/rules/sort-on-accessors.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Enforces order of accessors decorators (`sort-decorators/sort-on-accessors`)
22

3+
💼⚠️ This rule is enabled in the 🔒 `strict` config. This rule _warns_ in the ✅ `recommended` config.
4+
35
🔧 This rule is automatically fixable by the [`--fix` CLI option](https://eslint.org/docs/latest/user-guide/command-line-interface#--fix).
46

57
<!-- end auto-generated rule header -->

docs/rules/sort-on-classes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Enforces order of class decorators (`sort-decorators/sort-on-classes`)
22

3+
💼⚠️ This rule is enabled in the 🔒 `strict` config. This rule _warns_ in the ✅ `recommended` config.
4+
35
🔧 This rule is automatically fixable by the [`--fix` CLI option](https://eslint.org/docs/latest/user-guide/command-line-interface#--fix).
46

57
<!-- end auto-generated rule header -->

docs/rules/sort-on-methods.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Enforces order of methods decorators (`sort-decorators/sort-on-methods`)
22

3+
💼⚠️ This rule is enabled in the 🔒 `strict` config. This rule _warns_ in the ✅ `recommended` config.
4+
35
🔧 This rule is automatically fixable by the [`--fix` CLI option](https://eslint.org/docs/latest/user-guide/command-line-interface#--fix).
46

57
<!-- end auto-generated rule header -->

docs/rules/sort-on-parameters.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Enforces order of parameters decorators (`sort-decorators/sort-on-parameters`)
22

3+
💼⚠️ This rule is enabled in the 🔒 `strict` config. This rule _warns_ in the ✅ `recommended` config.
4+
35
🔧 This rule is automatically fixable by the [`--fix` CLI option](https://eslint.org/docs/latest/user-guide/command-line-interface#--fix).
46

57
<!-- end auto-generated rule header -->

docs/rules/sort-on-properties.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Enforces order of properties decorators (`sort-decorators/sort-on-properties`)
22

3+
💼⚠️ This rule is enabled in the 🔒 `strict` config. This rule _warns_ in the ✅ `recommended` config.
4+
35
🔧 This rule is automatically fixable by the [`--fix` CLI option](https://eslint.org/docs/latest/user-guide/command-line-interface#--fix).
46

57
<!-- end auto-generated rule header -->

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,5 +84,5 @@
8484
"test:coverage": "npm run test -- --coverage",
8585
"test:watch": "npm run test -- --watch"
8686
},
87-
"version": "0.1.0"
87+
"version": "0.2.0"
8888
}

0 commit comments

Comments
 (0)