Skip to content

Suppress mistaken lint violation in UserStorageController - #4971

Merged
mcmire merged 2 commits into
mainfrom
suppress-lint-violation
Nov 25, 2024
Merged

Suppress mistaken lint violation in UserStorageController#4971
mcmire merged 2 commits into
mainfrom
suppress-lint-violation

Conversation

@mcmire

Copy link
Copy Markdown
Collaborator

Explanation

I am getting a lint error on my machine. Once again, @typescript-eslint/restrict-template-expressions is mistakingly creating this error. This commit skirts around the problem until we can figure out what's going on.

References

(N/A, something I noticed locally)

Changelog

(N/A)

Checklist

  • I've updated the test suite for new or updated code as appropriate
  • I've updated documentation (JSDoc, Markdown, etc.) for new or updated code as appropriate
  • I've highlighted breaking changes using the "BREAKING" category above as appropriate
  • I've prepared draft pull requests for clients and consumer packages to resolve any breaking changes

I am getting a lint error on my machine. Once again,
`@typescript-eslint/restrict-template-expressions` is mistakingly
creating this error. This commit skirts around the problem until we can
figure out what's going on.
@mcmire
mcmire requested review from a team as code ownersNovember 25, 2024 17:10
@mcmire
mcmire merged commit a18308c into mainNov 25, 2024
@mcmire
mcmire deleted the suppress-lint-violation branch November 25, 2024 17:48
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@mcmire@Prithpal-Sooriya