You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(linter): Add configuration docs info for import/namespace rule (#14799)
I can/should probably start batching these changes into larger PRs
rather than opening one at a time.
Part of #14743.
Exported docs result:
```md
## Configuration
This rule accepts a configuration object with the following properties:
### allowComputed
type: `boolean`
default: `false`
Whether to allow computed references to an imported namespace.
```
0 commit comments