Skip to content

Commit

Permalink
Merge pull request #48 from Boehringer-Ingelheim/next
Browse files Browse the repository at this point in the history
fix: fixes @typescript-eslint/restrict-template-expressions configuration
  • Loading branch information
matzehecht authored Jul 15, 2024
2 parents 8090a86 + 1aa62e9 commit f736aac
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion base/strict.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
],
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": "@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",
Expand Down

0 comments on commit f736aac

Please sign in to comment.