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 option docs for oxc/no-rest-spread-properties rule. (#15070)
Part of #14743.
Generated docs:
```md
## Configuration
This rule accepts a configuration object with the following properties:
### objectRestMessage
type: `string`
default: `""`
A message to display when object rest properties are found.
### objectSpreadMessage
type: `string`
default: `""`
A message to display when object spread properties are found.
```
0 commit comments