-
Using @rushstack/eslint-patch
Will allow avoiding the peerDependency overhead (and leakage of implementation details)
-
`eslint.config.mjs`:
```js
import path from 'node:path';
import { fileURLToPath } from 'node:url';
import js from '@eslint/js';
import { fixupConfigRules, includeIgnoreFile } from '@eslint/co…
-
## Summary
When building a project containing only typescript files without any sass files, since version 0.24.29, I have an error when performing the build.
The error is the followi…
-
### Prerequisites
- [X] I'm using the latest version
- [X] I've read the relevant [documentation](https://knip.dev)
- [X] I've searched for [existing issues](https://github.com/webpro-nl/knip/iss…
-
## Summary
Extend **@rushstack/heft-storybook-plugin** to allow passing of Storybook flag `--docs`.
Need to run and build Storybook in "documentation mode" which requires passing Storybook's `--docs`…
-
## Summary
I would like to use the config in a project without TypeScript, as it has useful rules regardless of the presence/absence of TypeScript.
## Details
By default you only look at ts files a…
-
## Summary
Trying to use ESLint 9 with this plugin, which supposedly it should support now, but I can't get it to work.
## Repro steps
Trying to import the plugin from `eslint.config.mjs`:
```
imp…
-
### Target SharePoint environment
SharePoint Online
### What SharePoint development model, framework, SDK or API is this about?
💥 SharePoint Framework
### Developer environment
Windows
### What …
EA12 updated
19 hours ago
-
This will do away with all the rushstack hacks.
-
Hi I am using umzug `"umzug": "^3.8.1` in a nextjs project and run the migration programmatically.
I was wondering if the dependencies for the CLI can be loaded dynamically as I have the impression…