Study deck / task 3.3

Load rules only where their paths apply

Domain 3 decks

problem / slide 1 of 5

Why path-scoped rule globs matters

A single star stops at a directory separator, while a double star crosses directory levels. **/*.test.tsx reaches tests throughout the tree; *.test.tsx reaches only the root.

Path-scoped rule globs

Why it matters

A single star stops at a directory separator, while a double star crosses directory levels.

Example

**/*.test.tsx reaches tests throughout the tree; *.test.tsx reaches only the root.

Slide 1 of 5

Slides and flashcards cover the same concepts. Read the lesson for full detail.

Read the full 3.3 lesson