We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa43e29 commit 9d4461cCopy full SHA for 9d4461c
1 file changed
packages/config-helpers/README.md
@@ -98,7 +98,7 @@ export default defineConfig([
98
99
The second argument is an optional options object:
100
101
-- **`gitignoreResolution`** (`boolean`) : Controls how ignore patterns are interpreted.
+- **`gitignoreResolution`** (`boolean`): Controls how ignore patterns are interpreted.
102
- `false` (default) — patterns are resolved relative to the location of the configuration file.
103
- `true` — patterns are resolved relative to the location of the ignore file, matching the behavior of `.gitignore` files.
104
- **`name`** (`string`): A custom name for the resulting config object.
0 commit comments