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
The no-internal-report script is useful for summarizing the lengthy output of the no-internal ESLint rule. It currently only supports the tag option, while recently two other options were added to the rule that may be useful in the report. These other options are dontAllowWorkspaceInternal and checkedPackagePatterns which are explained here. They could be added as command line arguments to no-internal-report.
The text was updated successfully, but these errors were encountered:
The no-internal-report script is useful for summarizing the lengthy output of the no-internal ESLint rule. It currently only supports the
tag
option, while recently two other options were added to the rule that may be useful in the report. These other options aredontAllowWorkspaceInternal
andcheckedPackagePatterns
which are explained here. They could be added as command line arguments to no-internal-report.The text was updated successfully, but these errors were encountered: