mirror of
https://github.com/LukeHagar/redocly-cli.git
synced 2025-12-06 04:21:09 +00:00
* feat: support rule/ as a prefix for configurable rules * chore: Run prettier * feat: Add a warning about use of the old syntax * docs: update configurable rules doc to reflect updated rule/ notation * Update packages/core/src/config/config-resolvers.ts Co-authored-by: Andrew Tatomyr <andrew.tatomyr@redocly.com> * chore: run prettier * chore: move deprication warning inside config transformer --------- Co-authored-by: Andrew Tatomyr <andrew.tatomyr@redocly.com>
9 lines
88 B
YAML
9 lines
88 B
YAML
apis:
|
|
foo:
|
|
root: ./foo.yaml
|
|
bar:
|
|
root: ./bar.yaml
|
|
|
|
extends:
|
|
- recommended
|