Clean up npm dependencies (#35484)

- `type-fest` is replaced by our own types
- `@stylistic/eslint-plugin-js` is no longer in use, it was replaced
with `@stylistic/eslint-plugin`
- `@types/license-checker-webpack-plugin` does not apply to our forked
version and has a type stub
This commit is contained in:
silverwind
2025-09-15 16:34:54 +02:00
committed by GitHub
parent 69e595cdd8
commit 8c8eb4b6f9
7 changed files with 15 additions and 67 deletions

View File

@@ -3,7 +3,6 @@ import type {Config} from 'updates';
export default {
exclude: [
'@mcaptcha/vanilla-glue', // breaking changes in rc versions need to be handled
'@stylistic/eslint-plugin-js', // need to migrate to eslint 9
'cropperjs', // need to migrate to v2 but v2 is not compatible with v1
'tailwindcss', // need to migrate
],