Skip to content

Commit

Permalink
break: Generate code
Browse files Browse the repository at this point in the history
  • Loading branch information
nicola-smartive committed Oct 22, 2024
1 parent 9d30395 commit 4f6060b
Show file tree
Hide file tree
Showing 48 changed files with 3,449 additions and 1,669 deletions.
4 changes: 3 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@
"project": "./tsconfig.eslint.json"
},
"rules": {
"@typescript-eslint/ban-types": "off",
"@typescript-eslint/no-namespace": "off",
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/no-floating-promises": ["error"],
"@typescript-eslint/no-floating-promises": "error",
"no-constant-binary-expression": "error",
"no-console": ["error", { "allow": ["info", "warn", "error", "trace", "time", "timeEnd"] }]
}
Expand Down
4 changes: 2 additions & 2 deletions .gqmrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"modelsPath": "tests/utils/models.ts",
"generatedFolderPath": "tests/generated",
"graphqlQueriesPath": "tests",
"gqlModule": "../../../src",
"gqmModule": "../../../src",
"knexfilePath": "knexfile.ts",
"dateLibrary": "luxon"
}
}
Loading

0 comments on commit 4f6060b

Please sign in to comment.