diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f577ba..8965526 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.0.3-next.1](https://github.com/Boehringer-Ingelheim/eslint-config/compare/v5.0.2...v5.0.3-next.1) (2024-07-15) + + +### Bug Fixes + +* fixes @typescript-eslint/restrict-template-expressions configuration ([9013d86](https://github.com/Boehringer-Ingelheim/eslint-config/commit/9013d86d66b2487f5e6c6787dc82a9ff06c9fc7e)) + ## [5.0.2](https://github.com/Boehringer-Ingelheim/eslint-config/compare/v5.0.1...v5.0.2) (2024-07-11) diff --git a/base/strict.js b/base/strict.js index f983637..bfd29ec 100644 --- a/base/strict.js +++ b/base/strict.js @@ -16,7 +16,7 @@ module.exports = { '@typescript-eslint/restrict-template-expressions': [ 'error', { - ...typescriptEslintPlugin.rules['restrict-template-expressions'].meta.docs.recommended.strict, + ...typescriptEslintPlugin.rules['restrict-template-expressions'].meta.docs.recommended.strict[0], allowNumber: true, }, ], diff --git a/package-lock.json b/package-lock.json index 6b3ea82..8fe183f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@boehringer-ingelheim/eslint-config", - "version": "5.0.2", + "version": "5.0.3-next.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@boehringer-ingelheim/eslint-config", - "version": "5.0.2", + "version": "5.0.3-next.1", "license": "MIT", "dependencies": { "@rushstack/eslint-patch": "^1.10.3", diff --git a/package.json b/package.json index 40ddcd0..0ab6e03 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@boehringer-ingelheim/eslint-config", - "version": "5.0.2", + "version": "5.0.3-next.1", "description": "Shared eslint configuration used at Boehringer Ingelheim for code styling", "keywords": [ "boehringer",