Skip to content

Commit ff22a05

Browse files
authored
Improvements (#332)
2 parents 6f9c1a2 + ee688a2 commit ff22a05

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

packages/query-graphql/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,3 @@ of [nestjs](https://nestjs.com/).
2020

2121
The get started with the `@ptc-org/nestjs-query-graphql` package checkout
2222
the [Getting Started](https://tripss.github.io/nestjs-query/docs/graphql/getting-started) docs.
23-

packages/query-sequelize/.eslintrc.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@
1616
"*.js",
1717
"*.jsx"
1818
],
19-
"rules": {}
19+
"rules": {
20+
"@typescript-eslint/no-unsafe-return": ["off"],
21+
"@typescript-eslint/no-unsafe-argument": ["off"]
22+
}
2023
},
2124
{
2225
"files": [

0 commit comments

Comments
 (0)