Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: allow spaces around assertions (#645)
## PR Checklist - [x] Addresses an existing open issue: fixes #644 - [x] That issue was marked as [`status: accepting prs`](https://github.com/JoshuaKGoldberg/eslint-plugin-expect-type/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22) - [x] Steps in [CONTRIBUTING.md](https://github.com/JoshuaKGoldberg/eslint-plugin-expect-type/blob/main/.github/CONTRIBUTING.md) were taken ## Overview Updates the regular expression to allow any amount of spaces between the `//` and the rest of the type. Also updates the payload to `.trim()`. Similar in implementation to microsoft/DefinitelyTyped-tools#1011, so: Co-authored-by: @jakebailey
- Loading branch information