style: lint code

This commit is contained in:
Sun-ZhenXing
2026-02-23 17:41:05 +08:00
parent ced072de66
commit 7e14b01b78
240 changed files with 4301 additions and 1539 deletions
+9 -7
View File
@@ -69,14 +69,14 @@ For advanced configuration, edit `config.js`:
module.exports = {
platform: 'github',
repositories: ['myorg/repo1', 'myorg/repo2'],
// Schedule (cron format)
schedule: ['before 5am on monday'],
// Auto-merge settings
automerge: true,
automergeType: 'pr',
// Package rules
packageRules: [
{
@@ -84,7 +84,7 @@ module.exports = {
automerge: true,
},
],
};
}
```
## Usage Examples
@@ -204,9 +204,11 @@ Verify token scopes:
Configure rate limits in `config.js`:
```javascript
prConcurrentLimit: 10,
prHourlyLimit: 2,
```json
{
"prConcurrentLimit": 10,
"prHourlyLimit": 2
}
```
## Documentation