Commit c4c63f4
authored
chore: add missing scripts to
## Explanation
`sentinel-api-service` was missing `lint:tsconfigs` and
`lint:tsconfigs:fix` after #8384 was merged.
## References
<!--
Are there any issues that this pull request is tied to?
Are there other links that reviewers should consult to understand these
changes better?
Are there client or consumer pull requests to adopt any breaking
changes?
For example:
* Fixes #12345
* Related to #67890
-->
## 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 communicated my changes to consumers by [updating changelogs
for packages I've
changed](https://github.com/MetaMask/core/tree/main/docs/processes/updating-changelogs.md)
- [ ] I've introduced [breaking
changes](https://github.com/MetaMask/core/tree/main/docs/processes/breaking-changes.md)
in this PR and have prepared draft pull requests for clients and
consumer packages to resolve them
<!-- CURSOR_SUMMARY -->
---
> [!NOTE]
> **Low Risk**
> Only `package.json` script entries change; no runtime or API behavior
is affected.
>
> **Overview**
> Adds **`lint:tsconfigs`** and **`lint:tsconfigs:fix`** to
`@metamask/sentinel-api-service`’s `package.json`, using the same shared
`../../scripts/lint-tsconfigs/lint-tsconfigs.mts` entry points as other
packages.
>
> This brings the package in line with the monorepo convention
introduced in #8384 so tsconfig lint can run locally and in CI for this
package too.
>
> <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit
7ad22af. Bugbot is set up for automated
code reviews on this repo. Configure
[here](https://www.cursor.com/dashboard/bugbot).</sup>
<!-- /CURSOR_SUMMARY -->sentinel-api-service (#9522)1 parent 58cd8e9 commit c4c63f4
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
| 48 | + | |
47 | 49 | | |
48 | 50 | | |
49 | 51 | | |
| |||
0 commit comments