SUI-Components / sui

Monorepo for SUI (Simple User Interface) packages.
169 stars 33 forks source link

sui-lint ignore-patterns option #1675

Closed jordevo closed 9 months ago

jordevo commented 9 months ago

Description

Sometimes (on CI, on a local environment...) you may want to skip some additional folders when running sui-lint js. On a monorepo, a common example could be the components' demo or the test-e2e folders.

Related Issue

N/A

Example

npx @s-ui/lint js -- --ignore-patterns demo test-e2e ...this will allow you to skip demo folders and sub-folders as well as test-e2e.