You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lint jobs suddenly started failing with the following:
Error: Failed to load plugin 'import' declared in '.eslintrc': Cannot find module 'typescript/package.json'
After some digging it appears that 2.27.0 of eslint-plugin-import is breaking my pipeline. I have pinned to 2.26.0 and that has solved my issue. I have not investigated what the root cause may have been.
Node: 14.15.4
ESlint: 7.32.0
thenbe, jpmckinney, tryjase, neilkuan, josnidhin and 5 morematthew-charles-chan