Skip to content

Commit

Permalink
Merge branch 'release/4.1.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
ravorona committed Nov 14, 2022
2 parents f7b62ba + 64ecf07 commit 726ee90
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
1 change: 0 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@
"one-var": ["error", { "initialized": "never" }],
"one-var-declaration-per-line": ["error", "always"],
"spaced-comment": ["error", "always", { "line": { "markers": ["*package", "!", ","] }, "block": { "balanced": true, "markers": ["*package", "!", ","], "exceptions": ["*"] } }],
"template-curly-spacing": ["error", "always"],
"unicode-bom": ["error", "never"],
"use-isnan": "error",
"valid-typeof": "error",
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [4.1.0](https://github.com/ravorona/eslint-config/compare/4.0.5...4.1.0) (2022-11-14)


### Features

* Remove template-curly-spacing ([0ad3aa2](https://github.com/ravorona/eslint-config/commit/0ad3aa21eb06c60c5b8e6b817af91e8a4e723d3f))

### [4.0.5](https://github.com/ravorona/eslint-config/compare/4.0.4...4.0.5) (2022-11-14)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ravorona/eslint-config",
"version": "4.0.5",
"version": "4.1.0",
"description": "ESLint configuration",
"main": ".eslintrc",
"repository": "[email protected]:ravorona/eslint-config.git",
Expand Down

0 comments on commit 726ee90

Please sign in to comment.