Shawn McKnight

Results 9 issues of Shawn McKnight

#272 seems to have introduced a regression when using custom validations and multiple rules between 1.11.1 and 1.12.0. If there are multiple rules, and an earlier rules fails while a...

I'm working with a monorepo using npm workspaces. The bundle is targeted for nodejs and the bundling goals are as follows: * Treat internal dependencies as internal and bundle eligible...

### Issue workflow progress _Progress of the issue based on the [Contributor Workflow](https://github.com/the-guild-org/Stack/blob/master/CONTRIBUTING.md#a-typical-contributor-workflow)_ - [ ] 1. The issue provides a reproduction available on Github, Stackblitz or CodeSandbox > Make...

### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the bug has not already been reported ### Mongoose version...

typescript

The `expiring-todo-comments` rule will proxy the unhandled comments to `eslint/no-warning-comments` when `allowWarningComments` is false. From what I can see, it passes the rule context from `expiring-todo-comments` to `eslint/no-warning-comments` but the...

bug

I've created a reproduction at https://github.com/shawnmcknight/knip-enum-object-values. In this scenario, there is an `enum` with initializers: ```ts export enum Fruits { apple = "apple", orange = "orange", } ``` That enum...

bug

Currently, unexported symbols can bypass reporting via use of the JSDoc tags as described [here](https://knip.dev/reference/jsdoc-tsdoc-tags). However, I don't believe there is currently a way to bypass reporting of unused files....

feature request

### What version of Turborepo are you using? 1.8.5 ### What package manager are you using / does the bug impact? pnpm ### What operating system are you using? Windows...

kind: bug
good first issue
linear: turbo

In https://github.com/swc-project/swc/pull/9700, support was added to swc for targets `es2023` and `es2024`. `swc-node/register` does not appear to support those targets: https://github.com/swc-project/swc-node/blob/6cdcf2ccc7b2d4f65e2d0eb974c81aa6cff2949d/packages/register/read-default-tsconfig.ts#L56-L82 It appears that if a target of `es2023` or...