Skip to content

Commit

Permalink
fix: Make files fit prettier rules, ignore LICENSE since we can't cha…
Browse files Browse the repository at this point in the history
…nge that
  • Loading branch information
lornajane committed Nov 17, 2023
1 parent b8ea1b2 commit 21e3afc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ output/
*snapshot.js
packages/core/src/rules/__tests__/fixtures/invalid-yaml.yaml
__tests__/webpack-bundle/bundle-workflows/metafile.json
LICENSE.md
10 changes: 5 additions & 5 deletions packages/core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
See https://github.com/Redocly/redocly-cli

> [!IMPORTANT]
The `openapi-core package` is designed for our internal use; the interfaces that are considered safe to use are documented below.
Some of the function arguments are not documented below because they are not intended for public use.
Avoid using any functions or features that are not documented below.
If your use case is not documented below, please open an issue.
> The `openapi-core package` is designed for our internal use; the interfaces that are considered safe to use are documented below.
> Some of the function arguments are not documented below because they are not intended for public use.
> Avoid using any functions or features that are not documented below.
> If your use case is not documented below, please open an issue.
## Basic usage

Expand Down Expand Up @@ -265,4 +265,4 @@ Helper function to stringify a javascript object to YAML.

```ts
function stringifyYaml(obj: object): string;
```
```

0 comments on commit 21e3afc

Please sign in to comment.