prsdta
prsdta
> So we may need an option to turn off rules that require [type-aware linting](https://github.com/typescript-eslint/typescript-eslint/blob/master/docs/getting-started/linting/TYPED_LINTING.md)? Indeed, just changing the `rules` to ```json "rules": { "@graphql-eslint/fields-on-correct-type": ["error"], "@typescript-eslint/no-floating-promises": "off" } ```...
`@graphql-eslint` also seems to use `typescript-eslint` internally, so we shouldn't need to disable it all. It seems to be more an issue with applying our default rules with the `graphql-eslint`...