From 0ad3aa21eb06c60c5b8e6b817af91e8a4e723d3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D1=8F=CE=B1voro=CE=B7=CE=B1?= Date: Mon, 14 Nov 2022 11:18:00 +0300 Subject: [PATCH 1/2] feat: Remove template-curly-spacing --- .eslintrc | 1 - 1 file changed, 1 deletion(-) diff --git a/.eslintrc b/.eslintrc index 4056627..59b0182 100644 --- a/.eslintrc +++ b/.eslintrc @@ -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", From 64ecf0764c50804bf399b1b333761b198cc02ce0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D1=8F=CE=B1voro=CE=B7=CE=B1?= Date: Mon, 14 Nov 2022 11:18:58 +0300 Subject: [PATCH 2/2] chore: Bumped --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9a32a9..ce9572b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 6f7a41d..b0e8ac7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ravorona/eslint-config", - "version": "4.0.5", + "version": "4.1.0", "description": "ESLint configuration", "main": ".eslintrc", "repository": "git@github.com:ravorona/eslint-config.git",