iTwin / eslint-plugin

MIT License
0 stars 0 forks source link

Add checkedPackagePatterns and dontAllowWorkspaceInternal options to no-internal-report script #38

Open eringram opened 1 year ago

eringram commented 1 year ago

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.