huntabyte / eslint-config

An extension of @antfu/eslint-config with my own preferences
MIT License
2 stars 1 forks source link

Dependency issue in latest release tag #18

Open ttytm opened 2 months ago

ttytm commented 2 months ago

E.g. trying:

npm i -d @huntabyte/eslint-plugin @huntabyte/eslint-config eslint eslint-plugin-svelte svelte-eslint-parser

Results in the error below for @huntabyte/eslint-config

npm error Could not resolve dependency:
npm error peer eslint@"npm:eslint-ts-patch@9.5.0-0" from @huntabyte/eslint-config@0.3.2
npm error node_modules/@huntabyte/eslint-config
npm error   @huntabyte/eslint-config@"*" from the root project

A direct git install works on the other hand.

npm i -d git+https://github.com/huntabyte/eslint-config.git

It might be just the package.json and lock file that are out of sync in the latest release.

huntabyte commented 3 weeks ago

I'm going to be reworking this config very soon that will resolve this :)