MetaMask / metamask-design-system

0 stars 0 forks source link

Exclude `docs` Workspace from Monorepo Constraints and Linting #28

Open georgewrmarshall opened 4 hours ago

georgewrmarshall commented 4 hours ago

Description

We currently apply certain constraints and linting checks across all workspaces in our monorepo, including checks on package names. However, these constraints and linting rules should not be applied to the docs workspace, which will contain our Storybook for React and React Native components. This issue proposes to adjust our configuration to exclude the docs workspace from these checks.

Technical Details

Acceptance Criteria