coze-studio/frontend/config/ts-config/config/rushx-config.json

14 lines
236 B
JSON

{
"$schema": "../../../rushx-config.schema.json",
"packageAudit": {
"enable": true,
"rules": [
[
"essential-config-file",
"error",
{ "essentialFiles": ["eslint.config.js"] }
]
]
}
}