fix: show error if apis or rules not provided (#1055)

This commit is contained in:
Ihor Karpiuk
2023-05-08 16:07:18 +03:00
committed by GitHub
parent e9dde4b6f3
commit f5bf5f834a
27 changed files with 136 additions and 54 deletions

View File

@@ -0,0 +1,8 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`E2E lint extends-empty-array 1`] = `
⚠️ No rules were configured. Learn how to configure rules: https://redocly.com/docs/cli/rules/
`;