pnpm i https://github.com/the-web-team/eslint-configThis should install updates for the package after cache TTL runs out.
pnpm iIf you have issues getting the latest version try:
pnpm i https://github.com/the-web-team/eslint-config --forceYou 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.