Skip to content

Commit b85d010

Browse files
committed
remove lint line
1 parent 6009c2b commit b85d010

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/openapi-react-query/README.md

-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ Next, generate TypeScript types from your OpenAPI schema using openapi-typescrip
2525
npx openapi-typescript ./path/to/api/v1.yaml -o ./src/lib/api/v1.d.ts
2626
```
2727

28-
> ⚠️ Be sure to <a href="https://redocly.com/docs/cli/commands/lint/" target="_blank" rel="noopener noreferrer">validate your schemas</a>! openapi-typescript will error on invalid schemas.
29-
3028
## Usage
3129

3230
Once your types have been generated from your schema, you can create a [fetch client](../openapi-fetch), a react-query client and start querying your API.

0 commit comments

Comments
 (0)