Skip to content

Commit

Permalink
Merge branch 'release/4.1.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
ravorona committed Nov 14, 2022
2 parents 9ee89c4 + 58f41c9 commit 17bfe82
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"no-useless-constructor": "warn",
"no-useless-rename": "error",
"no-var": "error",
"object-curly-newline": ["error", { "consistent": true }]
"object-curly-newline": ["error", { "consistent": true }],
"object-property-newline": ["error", { "allowAllPropertiesOnSameLine": false }],
"one-var": ["error", { "initialized": "never" }],
"one-var-declaration-per-line": ["error", "always"],
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.2](https://github.com/ravorona/eslint-config/compare/4.1.1...4.1.2) (2022-11-14)


### Bug Fixes

* Rules error ([8b282ea](https://github.com/ravorona/eslint-config/commit/8b282ea672469bfdb7d36ba6a48be75554b8fba7))

### [4.1.1](https://github.com/ravorona/eslint-config/compare/4.1.0...4.1.1) (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.1.1",
"version": "4.1.2",
"description": "ESLint configuration",
"main": ".eslintrc",
"repository": "[email protected]:ravorona/eslint-config.git",
Expand Down

0 comments on commit 17bfe82

Please sign in to comment.