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.
E.g. trying:
Results in the error below for
@huntabyte/eslint-config
A direct git install works on the other hand.
It might be just the package.json and lock file that are out of sync in the latest release.