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
test: disable import/no-extraneous-dependencies eslint rule due to false positives
Within the repository nested package.json files may be used for secondary entrypoints, side effect marking, and/or module type definition. However, the rule considers them as root package.json files and as a result issues errors due to the otherwise intended lack of dependencies in the nested package.json files.
0 commit comments