pnpm i https://github.com/the-web-team/eslint-config
This should install updates for the package after cache TTL runs out.
pnpm i
If you have issues getting the latest version try:
pnpm i https://github.com/the-web-team/eslint-config --force
You can set a specific commit hash in your package.json
.
{
"devDependencies": {
"@the-web-team/eslint-config": "github:the-web-team/eslint-config#{COMMIT_HASH}"
}
}
- Always bump the version by 1 major version each time you make any changes.