Skip to content

Commit

Permalink
chore: release v0.1.6
Browse files Browse the repository at this point in the history
-   (@GermanBluefox) Enforce the use of template literals instead of string concatenation: "Hello, " + name + "!" => `Hello, ${name}!`
-   (@GermanBluefox) Added `no-else-return` rule
  • Loading branch information
foxriver76 committed Sep 16, 2024
1 parent 0aaac4d commit 84e4717
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ It is suggested to create separate `eslint.config.mjs` files for backend and for
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
### 0.1.6 (2024-09-16)

- (@GermanBluefox) Enforce the use of template literals instead of string concatenation: "Hello, " + name + "!" => `Hello, ${name}!`
- (@GermanBluefox) Added `no-else-return` rule
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iobroker/eslint-config",
"version": "0.1.5",
"version": "0.1.6",
"description": "Eslint config of ioBroker",
"homepage": "https://github.com/ioBroker/ioBroker.eslint-config",
"main": "eslint.config.mjs",
Expand Down

0 comments on commit 84e4717

Please sign in to comment.