Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ default: `[]`

A list of glob patterns to allow unassigned imports for specific modules.
For example:
`{ "allow": ["*.css"] }` will allow unassigned imports for any module ending with `.css`.
`{ "allow": ["**/*.css"] }` will allow unassigned imports for any module ending with `.css`.

## How to use

Expand Down