mirror of
https://github.com/element-plus/element-plus.git
synced 2025-03-01 15:35:51 +08:00
10 lines
167 B
Plaintext
10 lines
167 B
Plaintext
{
|
|
extends: ['config:js-lib', ':prHourlyLimitNone'],
|
|
packageRules: [
|
|
{
|
|
matchPaths: ['docs/package.json'],
|
|
extends: ['config:js-app'],
|
|
},
|
|
],
|
|
}
|