Skip to content

Commit

Permalink
disable problematic rule (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
nowyDEV authored Feb 10, 2023
1 parent c5ed61b commit 008ff75
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion mixins/graphql/schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,11 @@ module.exports = {
/**
* Requires output types to have one unique identifier unless they do not have a logical one.
* Exceptions can be used to ignore output types that do not have unique identifiers.
* DISABLED - reports false-positives in modularized schemas
* @see https://github.com/B2o5T/graphql-eslint/blob/master/docs/rules/strict-id-in-types.md
*/
"@graphql-eslint/strict-id-in-types": [
"warn",
"off",
{
acceptedIdNames: ["id", "nid"],
acceptedIdTypes: ["ID"],
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nordcloud/eslint-config-pat",
"version": "4.16.1",
"version": "4.16.2",
"description": "Shareable ESLint config for PAT projects",
"author": "Nordcloud Engineering",
"license": "MIT",
Expand Down

0 comments on commit 008ff75

Please sign in to comment.