2f31c3f259
The root prettier and eslint runs shouldn't reach into the standalone workspaces, since each one manages its own formatting and linting. Also correct the ui workspace lint script to diff against origin/master to match the repo's default branch. Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com> Made-with: Cursor
15 lines
228 B
Plaintext
15 lines
228 B
Plaintext
**/node_modules/**
|
|
**/dist/**
|
|
**/dist-types/**
|
|
**/storybook-static/**
|
|
**/coverage/**
|
|
**/build/**
|
|
**/.git/**
|
|
**/public/**
|
|
**/microsite/**
|
|
**/docs-ui/**
|
|
**/workspaces/**
|
|
**/templates/**
|
|
**/sample-templates/**
|
|
playwright.config.ts
|